1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #4874 from grafixeyehero/Convert-ItemsContainer-to-react

Convert emby-ItemsContainer to react
This commit is contained in:
Bill Thornton 2023-10-25 01:15:43 -04:00 committed by GitHub
commit 83aec0253e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 568 additions and 39 deletions

View file

@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
interface Event {
export interface Event {
type: string;
}