summaryrefslogtreecommitdiff
path: root/src/client/components/global/error.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/global/error.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/global/error.vue')
-rw-r--r--src/client/components/global/error.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/global/error.vue b/src/client/components/global/error.vue
index b78973ff82..af989b1c57 100644
--- a/src/client/components/global/error.vue
+++ b/src/client/components/global/error.vue
@@ -11,7 +11,7 @@
<script lang="ts">
import { defineComponent } from 'vue';
import { faExclamationTriangle } from '@fortawesome/free-solid-svg-icons';
-import MkButton from '@/components/ui/button.vue';
+import MkButton from '@client/components/ui/button.vue';
export default defineComponent({
components: {