From c29c19b890fa44999750867104b0fc2a24c0e079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20do=20=C3=89=20Santos?= <58111490+Matheusdoe-dev@users.noreply.github.com> Date: Wed, 18 Nov 2020 16:20:38 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20chore:=20react=20import=20remove?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/Seo/Seo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/components/Seo/Seo.js b/web/src/components/Seo/Seo.js index 169a1cf..69d97f0 100644 --- a/web/src/components/Seo/Seo.js +++ b/web/src/components/Seo/Seo.js @@ -1,4 +1,3 @@ -import React from 'react' import { Helmet } from 'react-helmet' const Seo = ({ title, description, lang }) => {