aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.tsx')
-rw-r--r--src/app.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.tsx b/src/app.tsx
index 044cbfc..163d769 100644
--- a/src/app.tsx
+++ b/src/app.tsx
@@ -4,6 +4,7 @@ import { BrowserRouter, Routes, Route } from "react-router-dom";
import { LandingPage } from "./pages/LandingPage";
import { DailyPage } from "./pages/DailyPage";
import { UnlimitedPage } from "./pages/UnlimitedPage";
+import { MVPage } from "./pages/MVPage";
function App() {
return (
@@ -11,6 +12,7 @@ function App() {
<Routes>
<Route path="/" element={<LandingPage />} />
<Route path="/daily" element={<DailyPage />} />
+ <Route path="/mv" element={<MVPage />} />
<Route path="/unlimited" element={<UnlimitedPage />} />
</Routes>
</BrowserRouter>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage