mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move LogItem component to be under features
This commit is contained in:
parent
4c757fea77
commit
4134683eb5
3 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import React, { ChangeEvent, useCallback, useEffect, useState } from 'react';
|
||||
import { getConfigurationApi } from '@jellyfin/sdk/lib/utils/api/configuration-api';
|
||||
import LogItem from 'components/dashboard/logs/LogItem';
|
||||
import LogItem from 'apps/dashboard/features/logs/components/LogItem';
|
||||
import Loading from 'components/loading/LoadingComponent';
|
||||
import Page from 'components/Page';
|
||||
import globalize from 'lib/globalize';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue