Skip to content

Commit

Permalink
DMED-119 - fix import statement for mdiMagnify in EduSharingWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
bergatco committed Sep 9, 2024
1 parent 1c07aac commit b0a4edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/edu-sharing/EduSharingWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<script>
import { envConfigModule } from "@/store";
import { mdiMagnify } from "@mdi/js";
import { mdiMagnify } from "@icons/material";
import { useEduSharingApi } from "../../composables/edu-sharing-api.composable";
export default {
Expand Down

0 comments on commit b0a4edb

Please sign in to comment.