Skip to content

Commit

Permalink
re-order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Feb 13, 2024
1 parent 7fe1a68 commit e1e3f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Panels/VisualizationPanel.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import PluginList from "@/components/Visualizations/PluginList.vue";
import ActivityPanel from "@/components/Panels/ActivityPanel.vue";
import PluginList from "@/components/Visualizations/PluginList.vue";
</script>

<template>
Expand Down

0 comments on commit e1e3f07

Please sign in to comment.