Skip to content

Commit 8291471

Browse files
committed
Added as prop stuff
1 parent 263df0f commit 8291471

File tree

45 files changed

+179
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+179
-21
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
.vscode
2+
.vscode
3+
tsconfig.temp.json

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,19 @@
144144
"e-65": "tt-cli run 65",
145145
"s-65": "tt-cli run 65 --solution",
146146
"e-66": "tt-cli run 66",
147-
"s-66": "tt-cli run 66 --solution"
147+
"s-66": "tt-cli run 66 --solution",
148+
"e-43": "tt-cli run 43",
149+
"s-43": "tt-cli run 43 --solution",
150+
"e-67": "tt-cli run 67",
151+
"s-67": "tt-cli run 67 --solution",
152+
"e-68": "tt-cli run 68",
153+
"s-68": "tt-cli run 68 --solution",
154+
"e-70": "tt-cli run 70",
155+
"s-70": "tt-cli run 70 --solution",
156+
"e-71": "tt-cli run 71",
157+
"s-71": "tt-cli run 71 --solution",
158+
"e-73": "tt-cli run 73",
159+
"s-73": "tt-cli run 73 --solution"
148160
},
149161
"dependencies": {
150162
"@tanstack/react-query": "^4.29.12",
@@ -158,4 +170,4 @@
158170
"react-select": "^5.7.3",
159171
"zod": "^3.21.4"
160172
}
161-
}
173+
}

0 commit comments

Comments
 (0)