refactor: project configuration

This commit is contained in:
Tristan Yang
2023-05-15 16:46:50 +08:00
parent 187ffd24d1
commit 20b907aae4
293 changed files with 991 additions and 964 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ import Masonry from "masonry-layout";
import View from "./View";
import Search from "./Search";
import Filter from "./Filter";
import FileBox from "../../common/component/FileBox";
import { useAppSelector } from "../../app/store";
import FileBox from "@/components/FileBox";
import { useAppSelector } from "@/app/store";
import clsx from "clsx";
const checkFilter = (data, filter, channelMessage) => {
let selected = true;