Skip to content

Commit

Permalink
end of migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Mar 29, 2024
1 parent 960f5a0 commit 0b2eb4b
Show file tree
Hide file tree
Showing 13 changed files with 211 additions and 558 deletions.
3 changes: 1 addition & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"@dataesr/react-dsfr": "^3.9.2",
"@dataesr/dsfr-plus": "^0.2.0",
"@m4tt72/matomo-tracker-react": "^0.6.2",
"@tanstack/react-query": "^4.29.5",
Expand Down Expand Up @@ -39,4 +38,4 @@
"sass": "^1.62.1",
"vite": "^4.3.2"
}
}
}
2 changes: 1 addition & 1 deletion client/src/components/button-dropdown/index.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// https://www.w3schools.com/css/css_dropdowns.asp
import PropTypes from 'prop-types';
import { Button } from '@dataesr/dsfr-plus';
import useToast from '../../hooks/useToast';

import Button from '../button';
import { export2Csv, export2FosmCsv, export2jsonl } from '../../utils/files';
import { capitalize } from '../../utils/works';

Expand Down
187 changes: 0 additions & 187 deletions client/src/components/button/button.scss

This file was deleted.

109 changes: 0 additions & 109 deletions client/src/components/button/index.jsx

This file was deleted.

14 changes: 0 additions & 14 deletions client/src/components/button/loader.jsx

This file was deleted.

Loading

0 comments on commit 0b2eb4b

Please sign in to comment.