diff --git a/src/components/ui/loading/loading.module.css b/src/components/ui/Loading/Loading.module.css similarity index 100% rename from src/components/ui/loading/loading.module.css rename to src/components/ui/Loading/Loading.module.css diff --git a/src/components/ui/loading/loading.tsx b/src/components/ui/Loading/Loading.tsx similarity index 100% rename from src/components/ui/loading/loading.tsx rename to src/components/ui/Loading/Loading.tsx diff --git a/src/pages/Volunteers/VolunteersPage.tsx b/src/pages/Volunteers/VolunteersPage.tsx index ae43fbc..99fb95c 100644 --- a/src/pages/Volunteers/VolunteersPage.tsx +++ b/src/pages/Volunteers/VolunteersPage.tsx @@ -6,7 +6,7 @@ import ToolBar from "../../components/ToolBar/ToolBar"; import filter from "../../utils/filter"; import getUserById from "../../utils/users/getUserById"; import User from "./interfaces/user.interface"; -import Loading from "../../components/ui/loading/loading"; +import Loading from "../../components/ui/Loading/loading"; interface Filters { alphabetical: "asc" | "desc"; diff --git a/src/stories/Loading.stories.jsx b/src/stories/Loading.stories.jsx index 6986aa8..386c3ca 100644 --- a/src/stories/Loading.stories.jsx +++ b/src/stories/Loading.stories.jsx @@ -1,4 +1,4 @@ -import Loading from "../components/ui/loading/loading.tsx"; +import Loading from "../components/ui/Loading/loading.tsx"; export default {