Skip to content

Commit

Permalink
refactor: bottomNavigator 파일명 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Nov 11, 2024
1 parent 4130658 commit 9edf1d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { IconButton } from "@components/button/IconButton";
import { bottomNavigatorContainer } from "./BottonNavigator.style";
import { bottomNavigatorContainer } from "./BottomNavigator.style";

interface NavItem {
id: number;
Expand Down
2 changes: 1 addition & 1 deletion client/src/features/workSpace/WorkSpace.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BottomNavigator } from "@components/bottomNavigator/BottonNavigator";
import { BottomNavigator } from "@components/bottomNavigator/BottomNavigator";
import { Sidebar } from "@components/sidebar/Sidebar";
import { Page } from "@features/page/Page";
import { container, content } from "./WorkSpace.style";
Expand Down

0 comments on commit 9edf1d3

Please sign in to comment.