From f75d7892e92abb77cd8da2da69beaea88f5e7581 Mon Sep 17 00:00:00 2001 From: Jesiel Viana Date: Thu, 18 May 2023 06:56:29 -0300 Subject: [PATCH] =?UTF-8?q?p=C3=A1gina=20de=20politica=20de=20privacidade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/privacy-policy.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/pages/privacy-policy.tsx b/src/pages/privacy-policy.tsx index 49e212c..55836fb 100644 --- a/src/pages/privacy-policy.tsx +++ b/src/pages/privacy-policy.tsx @@ -1,6 +1,5 @@ import Head from 'next/head' import type { NextPage } from 'next' -import Layout from '../components/layouts/Layout' const PrivacyPolicy: NextPage = () => { return ( @@ -9,12 +8,11 @@ const PrivacyPolicy: NextPage = () => { Our Privacy Policy - - -

+
+

Website privacy policy page content -

-
+

+ ) }