From b37086923c62aa0d1afe72f9102d8d22429ac107 Mon Sep 17 00:00:00 2001 From: sipec Date: Thu, 6 Oct 2022 20:50:29 +0000 Subject: [PATCH] Auto-prettification --- web/components/NoSEO.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/NoSEO.tsx b/web/components/NoSEO.tsx index f72907c8..53437b10 100644 --- a/web/components/NoSEO.tsx +++ b/web/components/NoSEO.tsx @@ -1,10 +1,10 @@ -import Head from "next/head"; +import Head from 'next/head' /** Exclude page from search results */ export function NoSEO() { return ( - + ) -} \ No newline at end of file +}