Skip to content

Commit

Permalink
chore: fix import file case
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rita committed Dec 20, 2024
1 parent b603eb3 commit e2be6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FC } from 'react'
import { RouterProvider } from 'react-router-dom'
import AppWrapper from './components/AppWrapper'
import AppWrapper from './components/appWrapper'
import { threePanelRouter } from './routes/PanelRouter'

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

0 comments on commit e2be6dc

Please sign in to comment.