This commit is contained in:
syuilo 2019-05-01 19:45:05 +09:00
parent a9fc176c3c
commit 76f37671b4
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
8 changed files with 23 additions and 22 deletions

View file

@ -18,7 +18,7 @@
<script lang="ts">
import Vue from 'vue';
import i18n from '../../../../i18n';
import { faICursor, faPlus, faSquareRootAlt } from '@fortawesome/free-solid-svg-icons';
import { faICursor, faPlus } from '@fortawesome/free-solid-svg-icons';
import { faSave, faStickyNote } from '@fortawesome/free-regular-svg-icons';
import XBlock from './page.block.vue';
import { ASEvaluator } from '../../../../../../misc/aiscript/evaluator';
@ -75,7 +75,7 @@ export default Vue.extend({
return {
page: null,
script: null,
faPlus, faICursor, faSave, faStickyNote, faSquareRootAlt
faPlus, faICursor, faSave, faStickyNote
};
},