fix(web): drop unused EmptyState import in TenantAdminPage (build break)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
a6098ef002
commit
9144186e8a
@ -10,7 +10,7 @@ import { useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
|
|||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
import type { TFunction } from 'i18next';
|
import type { TFunction } from 'i18next';
|
||||||
import { Button } from '../../components/ui/Button';
|
import { Button } from '../../components/ui/Button';
|
||||||
import { EmptyState, ErrorState, Skeleton } from '../../components/ui/States';
|
import { ErrorState, Skeleton } from '../../components/ui/States';
|
||||||
import { KxDataTable, type KxColumn } from '../../components/KxDataTable';
|
import { KxDataTable, type KxColumn } from '../../components/KxDataTable';
|
||||||
import { IconCheck, IconPlus } from '../../components/ui/icons';
|
import { IconCheck, IconPlus } from '../../components/ui/icons';
|
||||||
import { errMessage, useToast } from '../work/workShared';
|
import { errMessage, useToast } from '../work/workShared';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user