mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move itemdto to base models folder
This commit is contained in:
parent
efe5d0b84d
commit
d5a775502b
33 changed files with 32 additions and 32 deletions
|
@ -10,7 +10,7 @@ import Typography from '@mui/material/Typography';
|
|||
import Box from '@mui/material/Box';
|
||||
import { toPercent } from 'utils/number';
|
||||
import { getCurrentDateTimeLocale } from 'scripts/globalize';
|
||||
import type { ItemDto } from 'types/itemDto';
|
||||
import type { ItemDto } from 'types/base/models/item-dto';
|
||||
|
||||
function CircularProgressWithLabel(
|
||||
props: CircularProgressProps & { value: number }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue