mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update component path
This commit is contained in:
parent
cbc822ce65
commit
7aca1f699c
4 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
import React, { FunctionComponent } from 'react';
|
import React, { FunctionComponent } from 'react';
|
||||||
import globalize from '../../../../scripts/globalize';
|
import globalize from '../../../scripts/globalize';
|
||||||
|
|
||||||
const createButtonElement = ({ className, title, icon }) => ({
|
const createButtonElement = ({ className, title, icon }) => ({
|
||||||
__html: `<button
|
__html: `<button
|
|
@ -1,5 +1,5 @@
|
||||||
import React, { FunctionComponent } from 'react';
|
import React, { FunctionComponent } from 'react';
|
||||||
import globalize from '../../../../scripts/globalize';
|
import globalize from '../../../scripts/globalize';
|
||||||
|
|
||||||
const createLinkElement = ({ className, href, title }) => ({
|
const createLinkElement = ({ className, href, title }) => ({
|
||||||
__html: `<a
|
__html: `<a
|
|
@ -1,8 +1,8 @@
|
||||||
import React, { FunctionComponent } from 'react';
|
import React, { FunctionComponent } from 'react';
|
||||||
import { formatDistanceToNow } from 'date-fns';
|
import { formatDistanceToNow } from 'date-fns';
|
||||||
import { localeWithSuffix } from '../../../../scripts/dfnshelper';
|
import { localeWithSuffix } from '../../../scripts/dfnshelper';
|
||||||
import globalize from '../../../../scripts/globalize';
|
import globalize from '../../../scripts/globalize';
|
||||||
import cardBuilder from '../../../cardbuilder/cardBuilder';
|
import cardBuilder from '../../cardbuilder/cardBuilder';
|
||||||
|
|
||||||
const createLinkElement = ({ user, renderImgUrl }) => ({
|
const createLinkElement = ({ user, renderImgUrl }) => ({
|
||||||
__html: `<a
|
__html: `<a
|
|
@ -5,9 +5,9 @@ import globalize from '../../scripts/globalize';
|
||||||
import loading from '../loading/loading';
|
import loading from '../loading/loading';
|
||||||
import dom from '../../scripts/dom';
|
import dom from '../../scripts/dom';
|
||||||
import confirm from '../../components/confirm/confirm';
|
import confirm from '../../components/confirm/confirm';
|
||||||
import UserCardBox from '../DashboardComponent/users/UserProfilesPage/UserCardBox';
|
import UserCardBox from '../dashboard/users/UserCardBox';
|
||||||
import SectionTitleButtonElement from '../DashboardComponent/users/UserProfilesPage/SectionTitleButtonElement';
|
import SectionTitleButtonElement from '../dashboard/users/SectionTitleButtonElement';
|
||||||
import SectionTitleLinkElement from '../DashboardComponent/users/UserProfilesPage/SectionTitleLinkElement';
|
import SectionTitleLinkElement from '../dashboard/users/SectionTitleLinkElement';
|
||||||
import '../../elements/emby-button/emby-button';
|
import '../../elements/emby-button/emby-button';
|
||||||
import '../../elements/emby-button/paper-icon-button-light';
|
import '../../elements/emby-button/paper-icon-button-light';
|
||||||
import '../../components/cardbuilder/card.scss';
|
import '../../components/cardbuilder/card.scss';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue