mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-08 09:43:51 +09:00
refactor: Tweak path alias of client
This commit is contained in:
@ -23,8 +23,8 @@
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import * as JSON5 from 'json5';
|
||||
import XWindow from '@/components/ui/window.vue';
|
||||
import MkTab from '@/components/tab.vue';
|
||||
import XWindow from '@client/components/ui/window.vue';
|
||||
import MkTab from '@client/components/tab.vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
|
Reference in New Issue
Block a user