mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 22:14:07 +01:00
rename nav folder
This commit is contained in:
parent
02e76f88c5
commit
5e0b4012f5
@ -4,7 +4,7 @@ import { BrowserRouter, Route, Routes, Link } from 'react-router-dom';
|
|||||||
import TestAuth from './components/testAuth';
|
import TestAuth from './components/testAuth';
|
||||||
import LoginPage from './components/authentication/LoginPage';
|
import LoginPage from './components/authentication/LoginPage';
|
||||||
import SignUpPage from './components/authentication/SignUpPage';
|
import SignUpPage from './components/authentication/SignUpPage';
|
||||||
import NavBar from './components/Nav/Navbar';
|
import NavBar from './components/nav/Navbar';
|
||||||
import Home from './components/Home';
|
import Home from './components/Home';
|
||||||
import ProfileUpdate from './components/ProfileUpdatePage';
|
import ProfileUpdate from './components/ProfileUpdatePage';
|
||||||
import Calendar from './components/calendar/calendar';
|
import Calendar from './components/calendar/calendar';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user