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:
parent
30bce48c23
commit
e3fd25cfbd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue