Forgot to save in vscode (facepalm)
This commit is contained in:
parent
8ec78fb134
commit
4bbb48dce5
@ -41,9 +41,8 @@ import { useFileStore } from "@/stores/file";
|
||||
import { useLayoutStore } from "@/stores/layout";
|
||||
|
||||
import { enableThumbs } from "@/utils/constants";
|
||||
import { mapMutations, mapGetters, mapState } from "vuex";
|
||||
import filesize from "filesize";
|
||||
import moment from "moment";
|
||||
import { filesize } from "filesize";
|
||||
import dayjs from "dayjs";
|
||||
import { files as api } from "@/api";
|
||||
import * as upload from "@/utils/upload";
|
||||
|
||||
|
||||
@ -52,9 +52,7 @@
|
||||
<script>
|
||||
import { mapState } from "pinia";
|
||||
import { useAuthStore } from "@/stores/auth";
|
||||
import HeaderBar from "@/components/header/HeaderBar.vue";
|
||||
import { useLayoutStore } from "@/stores/layout";
|
||||
|
||||
import HeaderBar from "@/components/header/HeaderBar.vue";
|
||||
|
||||
export default {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user