summaryrefslogtreecommitdiff
path: root/src/client/components/remote-caution.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-03-23 17:30:14 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-03-23 17:30:14 +0900
commitd6e23b803b10a471bb5b1054b357c70a16e8f6da (patch)
tree111c870777d931cc56b5e34553e1b286bb2ba78c /src/client/components/remote-caution.vue
parentrefactor(build): gulpを経由しないでTypeScriptのビルドを行うよ... (diff)
downloadmisskey-d6e23b803b10a471bb5b1054b357c70a16e8f6da.tar.gz
misskey-d6e23b803b10a471bb5b1054b357c70a16e8f6da.tar.bz2
misskey-d6e23b803b10a471bb5b1054b357c70a16e8f6da.zip
refactor: Tweak path alias of client
Diffstat (limited to 'src/client/components/remote-caution.vue')
-rw-r--r--src/client/components/remote-caution.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/remote-caution.vue b/src/client/components/remote-caution.vue
index 3af601f627..98c7aaaa6e 100644
--- a/src/client/components/remote-caution.vue
+++ b/src/client/components/remote-caution.vue
@@ -5,7 +5,7 @@
<script lang="ts">
import { defineComponent } from 'vue';
import { faExclamationTriangle } from '@fortawesome/free-solid-svg-icons';
-import * as os from '@/os';
+import * as os from '@client/os';
export default defineComponent({
props: {