diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-09-06 18:21:49 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-09-06 18:21:49 +0900 |
| commit | a9e13693a593ff1fb4b2ed1f2e1cb90a8ef7bd3b (patch) | |
| tree | de951d9242addd6195c20c23ce6cdf853884760f /packages/client/src/pages/timeline.tutorial.vue | |
| parent | refactor(client): use setup syntax (diff) | |
| download | sharkey-a9e13693a593ff1fb4b2ed1f2e1cb90a8ef7bd3b.tar.gz sharkey-a9e13693a593ff1fb4b2ed1f2e1cb90a8ef7bd3b.tar.bz2 sharkey-a9e13693a593ff1fb4b2ed1f2e1cb90a8ef7bd3b.zip | |
refactor(client): refactor file name and directory structure
Diffstat (limited to 'packages/client/src/pages/timeline.tutorial.vue')
| -rw-r--r-- | packages/client/src/pages/timeline.tutorial.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/pages/timeline.tutorial.vue b/packages/client/src/pages/timeline.tutorial.vue index f69bf58100..7f08ccc2a1 100644 --- a/packages/client/src/pages/timeline.tutorial.vue +++ b/packages/client/src/pages/timeline.tutorial.vue @@ -67,7 +67,7 @@ <script lang="ts" setup> import { computed } from 'vue'; -import MkButton from '@/components/ui/button.vue'; +import MkButton from '@/components/MkButton.vue'; import { defaultStore } from '@/store'; import { i18n } from '@/i18n'; |