From dd6c67288200037a82071de180652466b98f5883 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 12 Mar 2026 11:37:41 +0100 Subject: [PATCH] Rename CreateEventBtn component files --- src/components/ToolBar/ToolBar.jsx | 2 +- .../tools/{createEventBtn => CreateEventBtn}/CreateEventBtn.jsx | 0 .../CreateEventBtn.module.css} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/components/ToolBar/tools/{createEventBtn => CreateEventBtn}/CreateEventBtn.jsx (100%) rename src/components/ToolBar/tools/{createEventBtn/createEventBtn.module.css => CreateEventBtn/CreateEventBtn.module.css} (100%) 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