From 7ac31991c0312c62f27e44159a9b570779c8eb10 Mon Sep 17 00:00:00 2001 From: Helena Date: Mon, 25 Aug 2025 12:52:28 +0300 Subject: [PATCH] fix import paths --- app/(marketing)/_components/site-footer.tsx | 5 ++--- .../_components/team-account-benefit-statistics.tsx | 7 ++----- .../[account]/_components/team-account-layout-sidebar.tsx | 4 ++-- .../[account]/_components/team-account-navigation-menu.tsx | 2 +- app/home/[account]/_components/team-account-statistics.tsx | 4 +--- .../[account]/billing/_lib/server/team-billing.service.ts | 6 +----- app/robots.ts | 2 +- app/select-package/page.tsx | 4 ++-- app/sitemap.xml/route.ts | 3 +-- 9 files changed, 13 insertions(+), 24 deletions(-) diff --git a/app/(marketing)/_components/site-footer.tsx b/app/(marketing)/_components/site-footer.tsx index 88ad9d8..6ea7684 100644 --- a/app/(marketing)/_components/site-footer.tsx +++ b/app/(marketing)/_components/site-footer.tsx @@ -1,9 +1,8 @@ +import { AppLogo } from '@kit/shared/components/app-logo'; +import { appConfig } from '@kit/shared/config'; import { Footer } from '@kit/ui/marketing'; import { Trans } from '@kit/ui/trans'; -import { AppLogo } from '@kit/shared/components/app-logo'; -import appConfig from '@kit/shared/config/app.config'; - export function SiteFooter() { return (