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

@@ -3,10 +3,10 @@ import { shortcutService } from "../services";
import useUserStore from "../stores/v1/user";
import { showCommonDialog } from "./Alert";
import AnalyticsDialog from "./AnalyticsDialog";
import Dropdown from "./common/Dropdown";
import CreateShortcutDialog from "./CreateShortcutDialog";
import GenerateQRCodeDialog from "./GenerateQRCodeDialog";
import Icon from "./Icon";
import Dropdown from "./common/Dropdown";
interface Props {
shortcut: Shortcut;