Browse Source

move file

Shun Miyazawa 3 years ago
parent
commit
fc1524f6a1

+ 0 - 0
packages/app/src/components/Admin/AuditLogSettings.tsx → packages/app/src/components/Admin/AuditLog/AuditLogSettings.tsx


+ 1 - 1
packages/app/src/components/Admin/AuditLogManagement.tsx

@@ -11,10 +11,10 @@ import { useSWRxActivity } from '~/stores/activity';
 import PaginationWrapper from '../PaginationWrapper';
 
 import { ActivityTable } from './AuditLog/ActivityTable';
+import { AuditLogSettings } from './AuditLog/AuditLogSettings';
 import { DateRangePicker } from './AuditLog/DateRangePicker';
 import { SearchUsernameTypeahead } from './AuditLog/SearchUsernameTypeahead';
 import { SelectActionDropdown } from './AuditLog/SelectActionDropdown';
-import { AuditLogSettings } from './AuditLogSettings';
 
 
 const formatDate = (date: Date | null) => {