Skip to content

Commit

Permalink
TalkのEditorHome移動
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 26, 2024
1 parent 40fcbef commit 249028a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,17 +188,17 @@ import { computed, onBeforeUpdate, onMounted, ref, VNodeRef, watch } from "vue";
import draggable from "vuedraggable";
import { QResizeObserver } from "quasar";
import cloneDeep from "clone-deep";
import AudioCell from "./AudioCell.vue";
import AudioDetail from "./AudioDetail.vue";
import AudioInfo from "./AudioInfo.vue";
import CharacterPortrait from "./CharacterPortrait.vue";
import { useStore } from "@/store";
import HeaderBar from "@/components/HeaderBar.vue";
import AudioCell from "@/components/AudioCell.vue";
import AudioDetail from "@/components/AudioDetail.vue";
import AudioInfo from "@/components/AudioInfo.vue";
import MenuBar from "@/components/Talk/MenuBar.vue";
import HelpDialog from "@/components/help/HelpDialog.vue";
import SettingDialog from "@/components/SettingDialog.vue";
import HotkeySettingDialog from "@/components/HotkeySettingDialog.vue";
import HeaderBarCustomDialog from "@/components/HeaderBarCustomDialog.vue";
import CharacterPortrait from "@/components/CharacterPortrait.vue";
import DefaultStyleListDialog from "@/components/DefaultStyleListDialog.vue";
import CharacterOrderDialog from "@/components/CharacterOrderDialog.vue";
import AcceptRetrieveTelemetryDialog from "@/components/AcceptRetrieveTelemetryDialog.vue";
Expand Down
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createRouter, createWebHashHistory, RouteRecordRaw } from "vue-router";
import SingerHome from "../views/SingerHome.vue";
import EditorHome from "../views/EditorHome.vue";
import EditorHome from "@/components/Talk/EditorHome.vue";

const routes: Array<RouteRecordRaw> = [
{
Expand Down

0 comments on commit 249028a

Please sign in to comment.