Skip to content

Commit

Permalink
Fixed Build Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed Dec 3, 2024
1 parent 96ad603 commit c407ecc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable react/no-deprecated */

import React from "react"
import ReactDOM from "react-dom"
import App from "App"
Expand All @@ -14,7 +12,6 @@ import { NetworkProvider } from "services/useNetwork"

dayjs.extend(localizedFormat)

// eslint-disable-next-line react/no-deprecated
ReactDOM.render(
<React.StrictMode>
<NetworkProvider>
Expand Down

0 comments on commit c407ecc

Please sign in to comment.