Skip to content

Commit

Permalink
🐛 fix: import 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chaaerim committed Jan 20, 2024
1 parent 51c84e8 commit a6e239b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(AppBarHeader)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Appbar } from './_components/Appbar';
import { CategoryBottomSheet } from './toks-main/_components/CategoryBottomSheet';

export default function AppBarLayout({ children }: StrictPropsWithChildren) {
return (
Expand Down

0 comments on commit a6e239b

Please sign in to comment.