mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
feat(RootLayout): add SettingsDialog component
This commit is contained in:
parent
118b96a7a8
commit
2679f52066
@ -1,6 +1,7 @@
|
||||
import "./globals.css";
|
||||
import type { Metadata } from "next";
|
||||
import { ThemeProvider } from "@/components/theme-provider";
|
||||
import { SettingsDialog } from "@/components/settings-dialog";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "monaco-editor-lsp-next",
|
||||
@ -23,6 +24,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
|
||||
disableTransitionOnChange
|
||||
>
|
||||
<div className="w-full">{children}</div>
|
||||
<SettingsDialog/>
|
||||
</ThemeProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user