Skip to content

Commit

Permalink
Move LogItem component to be under features
Browse files Browse the repository at this point in the history
  • Loading branch information
viown committed Dec 17, 2024
1 parent 5eb57c7 commit 184f0d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/apps/dashboard/features/activity/api/useLogEntries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { AxiosRequestConfig } from 'axios';
import type { Api } from '@jellyfin/sdk';
import { getActivityLogApi } from '@jellyfin/sdk/lib/utils/api/activity-log-api';
import { useQuery } from '@tanstack/react-query';

import { useApi } from 'hooks/useApi';

const fetchLogEntries = async (
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/apps/dashboard/routes/logs/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 184f0d8

Please sign in to comment.