Skip to content

Commit

Permalink
Merge pull request #60 from cmgriffing/feat/sidebar-settings
Browse files Browse the repository at this point in the history
feat: Move Settings to Sidebar
  • Loading branch information
cmgriffing authored Nov 2, 2024
2 parents 39152f4 + 74ba11f commit eb5404d
Show file tree
Hide file tree
Showing 9 changed files with 838 additions and 627 deletions.
6 changes: 3 additions & 3 deletions playgrounds/app/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export default function App() {
return (
<Router
root={props => (
<>
<div class="min-h-screen flex flex-col">
<Header />
<Suspense>{props.children}</Suspense>
<Footer />
{/* <Footer /> */}
<Toaster />
</>
</div>
)}
>
<FileRoutes />
Expand Down
Loading

0 comments on commit eb5404d

Please sign in to comment.