Fix merge conflicts

This commit is contained in:
Isaac Wise
2024-08-18 13:03:09 -05:00
95 changed files with 3462 additions and 1934 deletions
+1 -2
View File
@@ -67,7 +67,6 @@ export interface PublicCollectionIncludingLinks extends Collection {
export enum ViewMode {
Card = "card",
Grid = "grid",
List = "list",
Masonry = "masonry",
}
@@ -84,7 +83,7 @@ export enum Sort {
export type Order = { [key: string]: "asc" | "desc" };
export type LinkRequestQuery = {
sort: Sort;
sort?: Sort;
cursor?: number;
collectionId?: number;
tagId?: number;