Remove unused import

cache
Varun Patil 2022-10-15 11:18:32 -07:00
parent beb4219b1b
commit a4630ac11a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<script lang="ts">
import { Component, Mixins, Prop } from 'vue-property-decorator';
import { IDay, IHeadRow, IRow, IRowType, ITick } from '../types';
import { IRow, IRowType, ITick } from '../types';
import GlobalMixin from '../mixins/GlobalMixin';
import ScrollIcon from 'vue-material-design-icons/UnfoldMoreHorizontal.vue';