Remove comment

This commit is contained in:
rijkvanzanten
2021-06-11 09:48:01 -04:00
parent cd2e24d82c
commit d041053ce7

View File

@@ -91,7 +91,6 @@ import TableHeader from './table-header/';
import TableRow from './table-row/';
import { sortBy, clone, forEach, pick } from 'lodash';
import { i18n } from '@/lang/';
// @TODO Use module import once vuedraggable exports an esm build or vite fixes umd imports
import Draggable from 'vuedraggable';
import hideDragImage from '@/utils/hide-drag-image';