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

Fix broken import

This commit is contained in:
Bill Thornton 2024-09-23 12:00:22 -04:00
parent 30bce48c23
commit e3fd25cfbd

View file

@ -1,7 +1,7 @@
import React, { FunctionComponent } from 'react';
import IconButtonElement from './IconButtonElement';
import LinkButton from './emby-button/LinkButton';
import globalize from '../scripts/globalize';
import globalize from 'lib/globalize';
type IProps = {
SectionClassName?: string;