Forgot to save in vscode (facepalm)

This commit is contained in:
Kloon ImKloon 2023-09-02 16:08:04 +02:00
parent 8ec78fb134
commit 4bbb48dce5
No known key found for this signature in database
GPG Key ID: CCF1C86A995C5B6A
2 changed files with 2 additions and 5 deletions

View File

@ -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";

View File

@ -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 {