Skip to content

Commit

Permalink
Fix imports in HelpAndFeedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Aug 22, 2024
1 parent 916c514 commit 185f599
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -31,8 +31,8 @@
</template>

<script setup lang="ts">
import TreeSection from "src/components/tree/TreeSection.vue";
import TreeItem from "src/components/tree/TreeItem.vue";
import TreeSection from "src/components/TreeSection.vue";
import TreeItem from "src/components/TreeItem.vue";
import { useHostConduitService } from "src/HostConduitService";
import { WebviewToHostMessageType } from "../../../../../src/types/messages/webviewToHostMessages";

0 comments on commit 185f599

Please sign in to comment.