Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
fix: remove 404. maybe this will help.
Browse files Browse the repository at this point in the history
  • Loading branch information
mazziechai committed Mar 26, 2024
1 parent ecc85f1 commit c922abc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions nova-playground/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use leptos_router::*;

// Top-Level pages
use crate::pages::home::Home;
use crate::pages::not_found::NotFound;

// Modules
mod components;
Expand All @@ -29,7 +28,6 @@ pub fn App() -> impl IntoView {
<Router>
<Routes>
<Route path="nova" view=Home/>
<Route path="/*" view=NotFound/>
</Routes>
</Router>
}
Expand Down
1 change: 0 additions & 1 deletion nova-playground/src/pages/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pub mod home;
pub mod not_found;
7 changes: 0 additions & 7 deletions nova-playground/src/pages/not_found.rs

This file was deleted.

0 comments on commit c922abc

Please sign in to comment.