cleared up old code

This commit is contained in:
daniel31x13
2023-10-19 00:20:28 -04:00
parent 42e16cbf04
commit 146b8576f4
8 changed files with 1 additions and 731 deletions
-7
View File
@@ -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;