fix space indentation
This commit is contained in:
@@ -6,7 +6,7 @@ import App from "./App.tsx";
|
||||
|
||||
// biome-ignore lint/style/noNonNullAssertion: if the root element is not found, the app should not render
|
||||
createRoot(document.getElementById("root")!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
</StrictMode>,
|
||||
<StrictMode>
|
||||
<App />
|
||||
</StrictMode>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user