Skip to content

Commit

Permalink
[docx] Fix codeblock typo (#4668)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Feb 11, 2025
1 parent cc2f6f2 commit 9ed67d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/toolpad/core/integrations/react-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ import DashboardIcon from '@mui/icons-material/Dashboard';
import ShoppingCartIcon from '@mui/icons-material/ShoppingCart';
import { ReactRouterAppProvider } from '@toolpad/core/react-router';
import { Outlet, useNavigate } from 'react-router';
import type { Navigation, Session } from '@toolpad/core';
import type { Navigation } from '@toolpad/core';
import {
firebaseSignOut,
signInWithGoogle,
Expand Down

0 comments on commit 9ed67d0

Please sign in to comment.