diff --git a/public/folder_icon.svg b/public/folder_icon.svg new file mode 100644 index 0000000..ad63998 --- /dev/null +++ b/public/folder_icon.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/planner_icon.svg b/public/planner_icon.svg new file mode 100644 index 0000000..79aa66f --- /dev/null +++ b/public/planner_icon.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/sep_icon.svg b/public/sep_icon.svg new file mode 100644 index 0000000..bf57d95 --- /dev/null +++ b/public/sep_icon.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/App.jsx b/src/App.jsx index 8e60e98..b50057b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,6 +1,6 @@ import { useEffect } from 'react'; import { useLocation, Routes, Route } from 'react-router-dom'; -import { About, Home, Privacy } from './pages'; +import { About, Home, Privacy, Resources } from './pages'; import NavigationBar from './layout/NavigationBar'; import Footer from './layout/Footer'; import './App.css'; @@ -20,6 +20,9 @@ function App() { } /> + + } /> +