Skip to content

Commit

Permalink
chore: correct case of import files
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rita committed Dec 20, 2024
1 parent 7d9cf50 commit 11cff8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { FC } from 'react'
import { RouterProvider } from 'react-router-dom'
import AppWrapper from './components/AppWrapper'
import { router } from './routes/Router'
import AppWrapper from './components/appWrapper'
import { router } from './routes/router'

const App: FC = () => {
return (
Expand Down

0 comments on commit 11cff8a

Please sign in to comment.