Skip to content

Commit

Permalink
feat: move settings to sidebar in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Nov 2, 2024
1 parent fda474e commit a6aaaac
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 a6aaaac

Please sign in to comment.