mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-11 04:06:46 -06:00
chore: fix prettier ignore, reformat everything
This commit is contained in:
@@ -4,7 +4,7 @@ import App from "./App";
|
||||
import "./global.css";
|
||||
|
||||
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user