diff --git a/src/index.js b/src/index.js index 7f80784..e0632c3 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,9 @@ +// eslint-disable-next-line no-unused-vars import React, { StrictMode } from "react" import { createRoot } from "react-dom/client" import "./styles.css" +// eslint-disable-next-line no-unused-vars import App from "./App" const root = createRoot(document.getElementById("root"))