Skip to content

Commit 93d28de

Browse files
committed
refactor: feature-sliced pattern directory change
1 parent 116530c commit 93d28de

21 files changed

+418
-173
lines changed

components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prefix": ""
1212
},
1313
"aliases": {
14-
"components": "@/components",
15-
"utils": "@/lib/utils"
14+
"components": "@/shared",
15+
"utils": "@/shared/lib/utils"
1616
}
1717
}

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
},
3939
"dependencies": {
4040
"@radix-ui/react-accordion": "1.1.2",
41+
"@radix-ui/react-checkbox": "^1.0.4",
42+
"@radix-ui/react-label": "^2.0.2",
43+
"@radix-ui/react-separator": "^1.0.3",
4144
"@radix-ui/react-slot": "^1.0.2",
45+
"@radix-ui/react-switch": "^1.0.3",
4246
"@radix-ui/react-tabs": "^1.0.4",
4347
"@types/react": "18.2.14",
4448
"@types/react-dom": "18.2.6",
@@ -52,6 +56,7 @@
5256
"react-dom": "18.2.0",
5357
"tailwind-merge": "2.3.0",
5458
"tailwindcss-animate": "1.0.7",
59+
"ts-pattern": "^5.1.2",
5560
"typescript": "5.1.6"
5661
},
5762
"devDependencies": {

pnpm-lock.yaml

Lines changed: 158 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/DevtoolsHandlers.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/components/MSWDevtools.tsx

Lines changed: 0 additions & 70 deletions
This file was deleted.

src/index.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)