From ac37f94cf78f7985d71c0ef1790d8bbc77e36bd7 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 +}