chore: update prettier setting

This commit is contained in:
Steven
2023-08-05 21:28:50 +08:00
parent 9a491e2a82
commit aaed0a747f
9 changed files with 69 additions and 151 deletions

View File

@@ -1,8 +1,8 @@
import { Button, Divider, Option, Select } from "@mui/joy";
import { toast } from "react-hot-toast";
import useViewStore from "../stores/v1/view";
import Dropdown from "./common/Dropdown";
import Icon from "./Icon";
import Dropdown from "./common/Dropdown";
const ViewSetting = () => {
const viewStore = useViewStore();