Skip to content

Commit

Permalink
init: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itsKhadeer committed Jan 12, 2024
1 parent 871878c commit 6e7a058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Suspense } from 'react'
import { BrowserRouter, Routes, Route } from 'react-router-dom'
import { BrowserRouter, Routes} from 'react-router-dom'
// import { Route } from 'react-router-dom'
import ReactDOM from 'react-dom/client'
import './index.css'

Expand Down

0 comments on commit 6e7a058

Please sign in to comment.