mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-06 02:26:04 +02:00
refactor: Tweak path alias of client
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import define from './define';
|
||||
import MkContainer from '@/components/ui/container.vue';
|
||||
import MkAnalogClock from '@/components/analog-clock.vue';
|
||||
import * as os from '@/os';
|
||||
import MkContainer from '@client/components/ui/container.vue';
|
||||
import MkAnalogClock from '@client/components/analog-clock.vue';
|
||||
import * as os from '@client/os';
|
||||
|
||||
const widget = define({
|
||||
name: 'clock',
|
||||
|
||||
Reference in New Issue
Block a user