Start integrating the onboarding flow with backend 8

This commit is contained in:
Urtzi Alfaro
2025-09-05 22:51:39 +02:00
parent 548a2ddd11
commit 905f848573
5 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ import {
ExternalLink
} from 'lucide-react';
import { useAuthUser } from '../../../../stores/auth.store';
import { useCurrentTenant } from '../../../../stores/tenant.store';
import { useCurrentTenant } from '../../../../stores';
import { useToast } from '../../../../hooks/ui/useToast';
import {
subscriptionService,

View File

@@ -31,7 +31,7 @@ import {
ExternalLink
} from 'lucide-react';
import { useAuth } from '../../../../hooks/api/useAuth';
import { useCurrentTenant } from '../../../../stores/tenant.store';
import { useCurrentTenant } from '../../../../stores';
import { useToast } from '../../../../hooks/ui/useToast';
import {
subscriptionService,