Skip to content

Commit

Permalink
Merge pull request #14 from ReoHakase/8/remove-unused-drawer
Browse files Browse the repository at this point in the history
feat: ⚰️ (`<Drawer>`) 未使用のDrawerコンポーネントを削除した。  (#8)
  • Loading branch information
ReoHakase authored May 24, 2024
2 parents 7af9059 + 3e6bfde commit 16c3142
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 608 deletions.
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"vaul": "0.9.0",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions apps/web/panda.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from '@pandacss/dev';
import { radixColorsPreset } from 'panda-preset-radix-colors';
import { radixUIPreset } from 'panda-preset-radix-ui';
import { drawerSlotRecipe } from '@/components/Drawer/Drawer.recipe';
import { selectSlotRecipe } from '@/components/Select/Select.recipe';
import {
markupHeadingRecipe,
Expand Down Expand Up @@ -158,7 +157,6 @@ export default defineConfig({
markupTable: markupTableSlotRecipe,
markupShowcase: markupShowcaseRecipe,
select: selectSlotRecipe,
drawer: drawerSlotRecipe,
},
},
},
Expand Down
202 changes: 0 additions & 202 deletions apps/web/src/components/Drawer/Drawer.recipe.ts

This file was deleted.

Loading

0 comments on commit 16c3142

Please sign in to comment.