Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
NFriedo committed Sep 5, 2024
1 parent a271e27 commit 215657c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<script setup lang="ts">
import ExternalToolConfigSettings from "@/components/external-tools/configuration/ExternalToolConfigSettings.vue";
import { mdiAlertCircle } from "@icons/material";
import { mdiAlertCircle, mdiContentPaste } from "@icons/material";
import { useExternalToolMappings } from "@/composables/external-tool-mappings.composable";
import {
SchoolExternalTool,
Expand All @@ -114,7 +114,6 @@ import {
ContextExternalTool,
ExternalToolConfigurationTemplate,
} from "@data-external-tool";
import { mdiContentPaste } from "@icons/material";
import {
computed,
ComputedRef,
Expand Down

0 comments on commit 215657c

Please sign in to comment.