From 169ea5d30a832817ae9d275d88e1953712ef6224 Mon Sep 17 00:00:00 2001 From: Walidoux Date: Fri, 10 Feb 2023 13:18:30 +0100 Subject: [PATCH] fix(types): resolve type key --- components/NextHead.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/NextHead.tsx b/components/NextHead.tsx index 1ee62cb..f55bd22 100644 --- a/components/NextHead.tsx +++ b/components/NextHead.tsx @@ -1,5 +1,5 @@ import Head from 'next/head' -import { SEODefaultValues } from 'types/config' +import type { SEODefaultValues } from 'types/config' import { SEOConfig } from 'utils/config' const NextHead: React.FC = ({