FIX: Unknown Comma

This commit is contained in:
EvanLin3141
2025-02-14 22:40:53 +00:00
parent 88c9b168fd
commit fcb07263e3
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import App from "./App.tsx";
createRoot(document.getElementById("root")!).render(
// <StrictMode>
<ThemeProvider>
<App />,
<App />
</ThemeProvider>
// </StrictMode>,
);