Skip to content

Commit

Permalink
Merge pull request #2162 from posit-dev/dotnomad/fix-imports
Browse files Browse the repository at this point in the history
Fix imports in HelpAndFeedback
  • Loading branch information
dotNomad authored Aug 22, 2024
2 parents 916c514 + 185f599 commit 1a82a23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 1a82a23

Please sign in to comment.