clean css
This commit is contained in:
@@ -8,6 +8,8 @@ import Profile from "./Auth/Profile";
|
||||
import Header from "../components/Header";
|
||||
import Rainfall from "./Rainfall";
|
||||
import Meteo from "./Meteo";
|
||||
import Reset from "./Auth/Reset";
|
||||
import ForgotPassword from "./Auth/ForgotPassword";
|
||||
|
||||
const Router = () => {
|
||||
|
||||
@@ -22,7 +24,9 @@ const Router = () => {
|
||||
<Route path="/" element={<Home />} />
|
||||
<Route path="/profile" element={<Profile />} />
|
||||
<Route path="/connexion" element={<Login />} />
|
||||
<Route path="/sinscrire" element={<Register />} />
|
||||
{/*<Route path="/sinscrire" element={<Register />} />*/}
|
||||
<Route path="/mot-de-passe-oubliee" element={<ForgotPassword />} />
|
||||
<Route path="/changer-le-mot-de-passe/:token" element={<Reset />} />
|
||||
<Route path="/meteo" element={<Meteo />} />
|
||||
<Route path="/pluviometrie" element={<Rainfall />} />
|
||||
</Routes>
|
||||
|
||||
Reference in New Issue
Block a user