mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 22:14:07 +01:00
Fix typo in dashboard import path
This commit is contained in:
parent
976c786870
commit
d1fca5c7b3
@ -11,7 +11,7 @@ import { SideNav } from "./components/navigations/IconSideNav";
|
|||||||
import { Eisenhower } from "./components/EisenhowerMatrix/Eisenhower";
|
import { Eisenhower } from "./components/EisenhowerMatrix/Eisenhower";
|
||||||
import { PrivateRoute } from "./PrivateRoute";
|
import { PrivateRoute } from "./PrivateRoute";
|
||||||
import { ProfileUpdatePage } from "./components/profile/profilePage";
|
import { ProfileUpdatePage } from "./components/profile/profilePage";
|
||||||
import { Dashboard } from "./components/dashboard/Dashboard";
|
import { Dashboard } from "./components/dashboard/dashboard";
|
||||||
import { LandingPage } from "./components/landingPage/LandingPage";
|
import { LandingPage } from "./components/landingPage/LandingPage";
|
||||||
import { PublicRoute } from "./PublicRoute";
|
import { PublicRoute } from "./PublicRoute";
|
||||||
import { useAuth } from "./hooks/AuthHooks";
|
import { useAuth } from "./hooks/AuthHooks";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user