diff --git a/app/[locale]/apps/components/Container.tsx b/app/[locale]/apps/components/Container.tsx index d3aea51..bc9a36e 100644 --- a/app/[locale]/apps/components/Container.tsx +++ b/app/[locale]/apps/components/Container.tsx @@ -1,15 +1,22 @@ 'use client' import { Locales } from '@/locales/locales' -import { Heading } from '@/app/components/typography/Heading' import { useI18n } from '@/locales/client' +import { HeadingNavigation } from '@/app/components/typography' +import { Typography } from '@/app/components' export const AppsContainer = () => { const t = useI18n() return ( -