Skip to content

Commit

Permalink
Added routing
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Jul 12, 2024
1 parent ffac511 commit e749b1c
Show file tree
Hide file tree
Showing 22 changed files with 478 additions and 98 deletions.
209 changes: 197 additions & 12 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
},
"dependencies": {
"@amsterdam/design-system-react": "^0.10.0",
"@types/styled-components": "^5.1.34",
"jwt-decode": "^4.0.0",
"oidc-client-ts": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-oidc-context": "^3.1.0"
"react-oidc-context": "^3.1.0",
"react-router-dom": "^6.24.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down
6 changes: 0 additions & 6 deletions src/App.css

This file was deleted.

Loading

0 comments on commit e749b1c

Please sign in to comment.