chore(codestyle): cleanup and reformat
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from "react";
|
||||
import App from "./components/App";
|
||||
import { createRoot } from "react-dom/client";
|
||||
|
||||
import App from "./components/App";
|
||||
import "./index.scss";
|
||||
|
||||
const container = document.getElementById("root")!;
|
||||
|
||||
Reference in New Issue
Block a user