This commit is contained in:
Aya Morisawa
2018-09-06 02:44:01 +09:00
committed by syuilo
parent e8948452fd
commit 1cc183ecdb
3 changed files with 4 additions and 3 deletions

View File

@@ -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'],