refactor: migrate from @rkheftan/harmony-ui to @harmony/kit

This commit is contained in:
2026-06-11 19:39:15 +03:30
parent 1d4f9adfc0
commit 74c8db6d01
44 changed files with 2343 additions and 2015 deletions

View File

@@ -11,7 +11,7 @@ import { CardContainer } from '@/components/CardContainer';
import { PageWrapper } from '../PageWrapper';
import type { LoginLog } from '../../types/settingsApiType';
import { formatDate } from '@/utils/formatSessionDate';
import { useToast } from '@rkheftan/harmony-ui';
import { useToast } from '@harmony/kit';
import { useProfile } from '../../hooks/useProfile';
export function RecentLogins() {