Skip to content

Commit

Permalink
give up on this one
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 28, 2024
1 parent 660b90d commit 117b646
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-router": "^7.0.1",
"react-router-dom": "^6.28.0",
"webfontloader": "^1.6.28"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as ReactDOMClient from 'react-dom/client';
import * as React from 'react';
import { BrowserRouter as Router, useLocation, useRoutes } from 'react-router';
import { BrowserRouter as Router, useLocation, useRoutes } from 'react-router-dom';
import { ThemeProvider, createTheme } from '@mui/material/styles';
import CircularProgress from '@mui/material/CircularProgress';
import CssBaseline from '@mui/material/CssBaseline';
Expand Down
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/src/pages/fixtures/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { useLocation, matchRoutes, Link } from 'react-router';
import { useLocation, matchRoutes, Link } from 'react-router-dom';
import webfontloader from 'webfontloader';
import routes from '~react-pages';
import IndexLayout from '../../Layout';
Expand Down
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Link } from 'react-router';
import { Link } from 'react-router-dom';

export default function App() {
return (
Expand Down
48 changes: 39 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 117b646

Please sign in to comment.