Skip to content

Commit

Permalink
leptosfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Sep 26, 2024
1 parent 9a9228a commit fe8a5a2
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 333 deletions.
3 changes: 1 addition & 2 deletions crates/www/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
panic!("Must set CDN_PATH env var")
};
view! {
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en" class="h-full bg-slate-50 dark:bg-slate-950">
<head>
<meta charset="utf-8"/>
Expand Down Expand Up @@ -55,6 +55,5 @@ pub fn App() -> impl IntoView {
<Route path=StaticSegment("/garden") view=GardenPage/>
</Routes>
</Router>

}
}
Loading

0 comments on commit fe8a5a2

Please sign in to comment.