From 7961beeb12cfe5fd80690ecb6955691870708b82 Mon Sep 17 00:00:00 2001 From: Gino Date: Thu, 11 Nov 2021 13:32:00 +0100 Subject: [PATCH] import env.js --- pwa/src/pages/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pwa/src/pages/index.js b/pwa/src/pages/index.js index e76a8d0..76a0f63 100644 --- a/pwa/src/pages/index.js +++ b/pwa/src/pages/index.js @@ -13,6 +13,7 @@ import { PersonOutline, RecordVoiceOver } from "@mui/icons-material"; import {useEffect} from "react"; +import {Helmet} from "react-helmet"; // styles const headingStyles = { @@ -34,6 +35,9 @@ const IndexPage = () => { return ( + +