Remove unused variable
This commit is contained in:
parent
0bbec29f42
commit
7bccbcd180
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {INTERDISCIPLINARY, LANGUAGE_COMMUNICATION, SOCIETY} from '@/consts/instrument.consts';
|
import {INTERDISCIPLINARY, LANGUAGE_COMMUNICATION, SOCIETY} from '@/consts/instrument.consts';
|
||||||
import instrumentType, {instrumentCategory} from '@/helpers/instrumentType';
|
import {instrumentCategory} from '@/helpers/instrumentType';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue