Skip to content

Commit

Permalink
eslint-disable-next-line no-unused-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud committed Dec 4, 2023
1 parent 18065d7 commit c2bb4d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down

0 comments on commit c2bb4d6

Please sign in to comment.