cleared up old code
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
import {
|
||||
AccountSettings,
|
||||
CollectionIncludingMembersAndLinkCount,
|
||||
LinkIncludingShortenedCollectionAndTags,
|
||||
} from "@/types/global";
|
||||
import { create } from "zustand";
|
||||
|
||||
type Modal =
|
||||
| {
|
||||
modal: "ACCOUNT";
|
||||
state: boolean;
|
||||
active: AccountSettings;
|
||||
defaultIndex?: number;
|
||||
}
|
||||
| {
|
||||
modal: "LINK";
|
||||
state: boolean;
|
||||
|
||||
Reference in New Issue
Block a user