Skip to content

Commit

Permalink
Remove material-icons package
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Dec 10, 2024
1 parent 1926249 commit 4e5e8cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions canopeum_frontend/package-lock.json

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

1 change: 0 additions & 1 deletion canopeum_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"i18next-http-backend": "^2.5.0",
"jwt-decode": "4.0.0",
"maplibre-gl": "^4.1.1",
"material-icons": "^1.13.12",
"nswag": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
3 changes: 1 addition & 2 deletions canopeum_frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { MaterialIcon } from 'material-icons'
import { useContext, useState } from 'react'
import { useTranslation } from 'react-i18next'
import { Link, useLocation } from 'react-router-dom'
Expand All @@ -8,7 +7,7 @@ import { appRoutes } from '@constants/routes.constant'
import type { RoleEnum } from '@services/api'

type NavbarItem = {
icon: MaterialIcon,
icon: string,
linkTo: string,
label: string,
roles: RoleEnum[],
Expand Down

0 comments on commit 4e5e8cc

Please sign in to comment.