Merge branch 'main' into feature/user-authentication

This commit is contained in:
sosokker 2023-11-22 17:33:52 +07:00
commit 78f5f19c70
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import NavBar from "./components/navigations/Navbar";
import Calendar from "./components/calendar/calendar";
import KanbanPage from "./components/kanbanBoard/kanbanPage";
import IconSideNav from "./components/navigations/IconSideNav";
import Eisenhower from "./components/eisenhowerMatrix/Eisenhower";
import Eisenhower from "./components/EisenhowerMatrix/Eisenhower";
import PrivateRoute from "./PrivateRoute";
import ProfileUpdatePage from "./components/profilePage";
import Dashboard from "./components/dashboard/dashboard";

5
frontend/vercel.json Normal file
View File

@ -0,0 +1,5 @@
{
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
}