Fonts & theme toggle component

This commit is contained in:
Ahmed Al-Taiar
2024-08-07 23:58:43 -04:00
parent 14c20d4315
commit 35548bf37a
10 changed files with 158 additions and 13 deletions

View File

@ -12,6 +12,7 @@ import { Router, Route } from '@redwoodjs/router'
const Routes = () => {
return (
<Router>
<Route path="/" page={HomePage} name="home" />
<Route notfound page={NotFoundPage} />
</Router>
)