refactor: reorder import statements for improved clarity and consistency
This commit is contained in:
@@ -8,16 +8,13 @@ import { z } from 'zod';
|
|||||||
|
|
||||||
import { LineItemSchema } from '@kit/billing';
|
import { LineItemSchema } from '@kit/billing';
|
||||||
import { getBillingGatewayProvider } from '@kit/billing-gateway';
|
import { getBillingGatewayProvider } from '@kit/billing-gateway';
|
||||||
|
import { appConfig, billingConfig } from '@kit/shared/config';
|
||||||
|
import { pathsConfig } from '@kit/shared/config';
|
||||||
import { getLogger } from '@kit/shared/logger';
|
import { getLogger } from '@kit/shared/logger';
|
||||||
import { requireUser } from '@kit/supabase/require-user';
|
import { requireUser } from '@kit/supabase/require-user';
|
||||||
import { getSupabaseServerClient } from '@kit/supabase/server-client';
|
import { getSupabaseServerClient } from '@kit/supabase/server-client';
|
||||||
import { createTeamAccountsApi } from '@kit/team-accounts/api';
|
import { createTeamAccountsApi } from '@kit/team-accounts/api';
|
||||||
|
|
||||||
import appConfig from '@kit/shared/config/app.config';
|
|
||||||
import { billingConfig } from '@kit/shared/config';
|
|
||||||
import { pathsConfig } from '@kit/shared/config';
|
|
||||||
|
|
||||||
|
|
||||||
import { TeamCheckoutSchema } from '../schema/team-billing.schema';
|
import { TeamCheckoutSchema } from '../schema/team-billing.schema';
|
||||||
|
|
||||||
export function createTeamBillingService(client: SupabaseClient<Database>) {
|
export function createTeamBillingService(client: SupabaseClient<Database>) {
|
||||||
|
|||||||
Reference in New Issue
Block a user