mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 10:20:41 +00:00
added a page to decribe effects of an impact on earth
This commit is contained in:
@@ -4,6 +4,7 @@ import App from "./App";
|
||||
import Main from "./pages/main";
|
||||
import Scenario from "./pages/scenario";
|
||||
import About from "./pages/about";
|
||||
import Effects from "./pages/effects";
|
||||
const router = createBrowserRouter([
|
||||
{
|
||||
path: "/",
|
||||
@@ -20,6 +21,10 @@ const router = createBrowserRouter([
|
||||
{
|
||||
path: 'about/',
|
||||
element: <About />
|
||||
},
|
||||
{
|
||||
path: 'effects/',
|
||||
element: <Effects />
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user