Skip to content

Commit

Permalink
インポートのパスを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Dec 30, 2023
1 parent efa2336 commit f5c3127
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/help/HelpDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@

<script setup lang="ts">
import { computed, ref, type Component } from "vue";
import OssLicense from "../template/OssLicenseSection.vue";
import HelpPolicy from "./HelpPolicy.vue";
import OssLicense from "../template/HelpOssLicenseSection.vue";
import HelpPolicy from "../template/HelpPolicySection.vue";
import HowToUse from "../template/HelpHowToUseSection.vue";
import UpdateInfo from "../template/HelpUpdateInfoSection.vue";
import OssCommunityInfo from "../template/HelpOssCommunityInfoSection.vue";
import QAndA from "../template/HelpQAndASection.vue";
import ContactInfo from "../template/HelpContactInfoSection.vue";
import LibraryPolicy from "./LibraryPolicy.vue";
import HowToUse from "./HowToUse.vue";
import UpdateInfo from "./UpdateInfo.vue";
import OssCommunityInfo from "./OssCommunityInfo.vue";
import QAndA from "./QAndA.vue";
import ContactInfo from "./ContactInfo.vue";
import { UpdateInfo as UpdateInfoObject } from "@/type/preload";
import { useStore } from "@/store";
import { useFetchNewUpdateInfos } from "@/composables/useFetchNewUpdateInfos";
Expand Down

0 comments on commit f5c3127

Please sign in to comment.