From cd2d9d26cf5e0cac77f57dba9d1685e899824125 Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Fri, 5 May 2023 20:03:04 +0200 Subject: [PATCH] Hero FCP test --- components/modules/hero/hero.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/modules/hero/hero.tsx b/components/modules/hero/hero.tsx index c7d84eda2..928a078ff 100644 --- a/components/modules/hero/hero.tsx +++ b/components/modules/hero/hero.tsx @@ -1,8 +1,9 @@ import dynamic from 'next/dynamic' + +import Link from 'components/ui/link/link' +import Text from 'components/ui/text/text' const SanityImage = dynamic(() => import('components/ui/sanity-image')) -const Link = dynamic(() => import('components/ui/link')) -const Text = dynamic(() => import('components/ui/text')) interface HeroProps { variant: string