mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Backport pull request #3878 from jellyfin/release-10.8.z
Fix sdk imports to improve build size
Original-merge: f85f7d2fe6
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
4736550594
commit
8a2eb0d0d8
12 changed files with 14 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
import { UserDto } from '@thornbill/jellyfin-sdk/dist/generated-client';
|
||||
import type { UserDto } from '@thornbill/jellyfin-sdk/dist/generated-client';
|
||||
import React, {FunctionComponent, useEffect, useState, useRef} from 'react';
|
||||
import Dashboard from '../../utils/dashboard';
|
||||
import globalize from '../../scripts/globalize';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue