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 { useLayoutStore } from "@/stores/layout";
import { enableThumbs } from "@/utils/constants"; import { enableThumbs } from "@/utils/constants";
import { mapMutations, mapGetters, mapState } from "vuex"; import { filesize } from "filesize";
import filesize from "filesize"; import dayjs from "dayjs";
import moment from "moment";
import { files as api } from "@/api"; import { files as api } from "@/api";
import * as upload from "@/utils/upload"; import * as upload from "@/utils/upload";

View File

@ -52,9 +52,7 @@
<script> <script>
import { mapState } from "pinia"; import { mapState } from "pinia";
import { useAuthStore } from "@/stores/auth"; import { useAuthStore } from "@/stores/auth";
import HeaderBar from "@/components/header/HeaderBar.vue";
import { useLayoutStore } from "@/stores/layout"; import { useLayoutStore } from "@/stores/layout";
import HeaderBar from "@/components/header/HeaderBar.vue"; import HeaderBar from "@/components/header/HeaderBar.vue";
export default { export default {