Skip to content

Commit c3c0ef2

Browse files
authored
Merge pull request #18 from WalderlanSena/fix/dashboard-name
fix: corrected DashboardMyAccountPage file name��
2 parents fc55c04 + 65f15f2 commit c3c0ef2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

frontend/view/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { WaitOneTimePassword } from './pages/public/auth/WaitOneTimePassword.tsx
2222

2323
import { DashboardGamesPage } from './pages/dashboard/DashboardGamesPage.tsx'
2424
import { DashboardSettingsPage } from './pages/dashboard/DashboardSettingsPage.tsx'
25-
import { DashboardMyAccountPage } from './pages/dashboard/DahboardMyAccountPage.tsx'
25+
import { DashboardMyAccountPage } from './pages/dashboard/DashboardMyAccountPage.tsx'
2626

2727
export default function App () {
2828
return (

0 commit comments

Comments
 (0)