Initial commit

This commit is contained in:
TelepathicWalrus
2023-12-06 17:57:35 +00:00
committed by Bill Thornton
parent 7671d08591
commit e5a55daf55
20 changed files with 46 additions and 56 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { BaseItemDto } from '@jellyfin/sdk/lib/generated-client';
import { CollectionType } from './collectionType';
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/';
export interface CardOptions {
itemsContainer?: HTMLElement | null;