Move some files around

This commit is contained in:
Dane Everitt 2018-08-31 20:30:38 -07:00
parent b731659135
commit 5c4d5f733f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
</template>
<script>
import * as Helpers from './../../../helpers/index';
import * as Helpers from './../../../../helpers/index';
import { FileTextIcon, Link2Icon } from 'vue-feather-icons';
import FileManagerContextMenu from './FileManagerContextMenu';

View file

@ -16,7 +16,7 @@
<script>
import { FolderIcon } from 'vue-feather-icons';
import { formatDate } from './../../../helpers/index';
import { formatDate } from './../../../../helpers/index';
export default {
name: 'file-manager-folder-row',