Skip to content

Commit

Permalink
fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Feb 12, 2025
1 parent 914938b commit 7a2fd14
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo/src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
Typography,
} from '@mui/material';
import CommentIcon from '@mui/icons-material/Comment';
import { BrowserRouter, useLocation, useMatch, useNavigate } from 'react-router';
import { BrowserRouter, useLocation, useMatch, useNavigate } from 'react-router-dom';
import { IntlProvider, useIntl } from 'react-intl';
import { useCallback, useEffect, useRef, useState } from 'react';
import translations from './demo_intl';
Expand Down
35 changes: 28 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"react-papaparse": "^4.4.0",
"react-resizable": "^3.0.5",
"react-router": "^6.29.0",
"react-router-dom": "^6.29.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"vite": "^5.4.14",
Expand Down

0 comments on commit 7a2fd14

Please sign in to comment.