Skip to content
Snippets Groups Projects
Unverified Commit f13a15bc authored by Jae Bradley's avatar Jae Bradley Committed by GitHub
Browse files

Merge pull request #17989 from edx/update-cookie-policy-banner

Fix Cookie Policy Banner React Renderer Error
parents 4eea62ab 4de56919
Branches
Tags release-2020-07-02-00.53
No related merge requests found
import React from 'react';
import CookieBanner from '@edx/cookie-policy-banner';
const CookiePolicyBanner = () => <CookieBanner />;
export default CookiePolicyBanner;
export function CookiePolicyBanner() { return <CookieBanner />; };
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment