diff --git a/src/components/ToolBar/ToolBar.jsx b/src/components/ToolBar/ToolBar.jsx index 4461da7..a6f6c79 100644 --- a/src/components/ToolBar/ToolBar.jsx +++ b/src/components/ToolBar/ToolBar.jsx @@ -1,5 +1,5 @@ import styles from "./ToolBar.module.css" -import CreateEventBtn from "./tools/createEventBtn/CreateEventBtn.jsx"; +import CreateEventBtn from "./tools/CreateEventBtn/CreateEventBtn.jsx"; import SearchBtn from "./tools/SearchBtn.tsx"; import FilterBtn from "./tools/FilterBtn.tsx"; diff --git a/src/components/ToolBar/tools/createEventBtn/CreateEventBtn.jsx b/src/components/ToolBar/tools/CreateEventBtn/CreateEventBtn.jsx similarity index 100% rename from src/components/ToolBar/tools/createEventBtn/CreateEventBtn.jsx rename to src/components/ToolBar/tools/CreateEventBtn/CreateEventBtn.jsx diff --git a/src/components/ToolBar/tools/createEventBtn/createEventBtn.module.css b/src/components/ToolBar/tools/CreateEventBtn/CreateEventBtn.module.css similarity index 100% rename from src/components/ToolBar/tools/createEventBtn/createEventBtn.module.css rename to src/components/ToolBar/tools/CreateEventBtn/CreateEventBtn.module.css