summaryrefslogtreecommitdiff
path: root/src/client/app/mobile
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-09-06 02:44:01 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2018-09-06 02:44:01 +0900
commit1cc183ecdbc1d9e54d2d04634ea30b2dc071bc53 (patch)
tree019ffae62debdd67a054827a701195d3ff2dd32d /src/client/app/mobile
parentResolve #2629 (#2630) (diff)
downloadmisskey-1cc183ecdbc1d9e54d2d04634ea30b2dc071bc53.tar.gz
misskey-1cc183ecdbc1d9e54d2d04634ea30b2dc071bc53.tar.bz2
misskey-1cc183ecdbc1d9e54d2d04634ea30b2dc071bc53.zip
Resolve #2631 (#2632)
Diffstat (limited to 'src/client/app/mobile')
-rw-r--r--src/client/app/mobile/views/components/drive.file-detail.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/drive.file-detail.vue b/src/client/app/mobile/views/components/drive.file-detail.vue
index 43867211e9..8108892597 100644
--- a/src/client/app/mobile/views/components/drive.file-detail.vue
+++ b/src/client/app/mobile/views/components/drive.file-detail.vue
@@ -67,7 +67,7 @@
import Vue from 'vue';
import * as EXIF from 'exif-js';
import * as hljs from 'highlight.js';
-import gcd from '../../../common/scripts/gcd';
+import { gcd } from '../../../../../prelude/math';
export default Vue.extend({
props: ['file'],