Fix import errors

This commit is contained in:
Bill Thornton
2025-04-09 18:04:02 -04:00
parent 590ce49f15
commit 887795eeb3
38 changed files with 64 additions and 44 deletions
@@ -1,6 +1,6 @@
import type { UserDto } from '@jellyfin/sdk/lib/generated-client/models/user-dto';
import type { SxProps, Theme } from '@mui/material';
import IconButton from '@mui/material/IconButton/IconButton';
import IconButton from '@mui/material/IconButton';
import React, { type FC } from 'react';
import { Link } from 'react-router-dom';