summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-12 13:02:16 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-12 13:02:16 +0900
commitdb693f598b35752404bce51b038393a5f2b8a6ab (patch)
tree5ab0c2c70102518ccc537c3796dff456ecb4b49a /src/client/app/desktop/script.ts
parentBetter share template (diff)
downloadsharkey-db693f598b35752404bce51b038393a5f2b8a6ab.tar.gz
sharkey-db693f598b35752404bce51b038393a5f2b8a6ab.tar.bz2
sharkey-db693f598b35752404bce51b038393a5f2b8a6ab.zip
シェアページを統合
Diffstat (limited to 'src/client/app/desktop/script.ts')
-rw-r--r--src/client/app/desktop/script.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts
index 5d6bf1c448..8d292ce324 100644
--- a/src/client/app/desktop/script.ts
+++ b/src/client/app/desktop/script.ts
@@ -18,7 +18,7 @@ import MkSelectDrive from './views/pages/selectdrive.vue';
import MkDrive from './views/pages/drive.vue';
import MkMessagingRoom from './views/pages/messaging-room.vue';
import MkReversi from './views/pages/games/reversi.vue';
-import MkShare from './views/pages/share.vue';
+import MkShare from '../common/views/pages/share.vue';
import MkFollow from '../common/views/pages/follow.vue';
import MkNotFound from '../common/views/pages/not-found.vue';
import MkSettings from './views/pages/settings.vue';