init: step formular for new image templates

This commit is contained in:
Johannes Kirschbauer
2023-08-15 14:44:51 +02:00
parent 087e9b3231
commit 66617c0d62
6 changed files with 1326 additions and 1663 deletions

View File

@@ -11,7 +11,7 @@ import {
useTheme,
} from "@mui/material";
import { ChangeEvent, useState } from "react";
import { Toaster } from "react-hot-toast";
import { StyledEngineProvider } from "@mui/material/styles";
import { darkTheme, lightTheme } from "./theme/themes";
@@ -77,6 +77,7 @@ export default function RootLayout({
<ThemeProvider theme={useDarkTheme ? darkTheme : lightTheme}>
<body id="__next" className={roboto.className}>
<CssBaseline />
<Toaster />
<div className="flex h-screen overflow-hidden">
<Sidebar
show={showSidebar}