From 77f8cc0f1229ff40ec978cd2e5365ce535be2773 Mon Sep 17 00:00:00 2001 From: Clinton Date: Mon, 20 Sep 2021 11:44:23 -0700 Subject: [PATCH] fix: remove custom cookie consent component in favor of onetrust --- src/layouts/MainLayout.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/layouts/MainLayout.js b/src/layouts/MainLayout.js index 69913882b..7726ab221 100644 --- a/src/layouts/MainLayout.js +++ b/src/layouts/MainLayout.js @@ -2,7 +2,6 @@ import React, { useState, useEffect } from 'react'; import PropTypes from 'prop-types'; import { css } from '@emotion/react'; import { - CookieConsentDialog, GlobalHeader, Layout, Logo, @@ -83,7 +82,6 @@ const MainLayout = ({ children, pageContext }) => { - ); };