Auth page done

This commit is contained in:
2022-04-20 20:03:57 -03:00
parent d5f6c5aee0
commit 32404d1104
7 changed files with 105 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
import {
BrowserRouter as Router,
Routes,
Route,
Link
Route
} from "react-router-dom";
import Header from './components/Header/Header'