mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-17 19:06:18 +02:00
Add eslint import rules
This commit is contained in:
parent
6717b3ca48
commit
c5c2816c3d
49 changed files with 139 additions and 79 deletions
|
@ -4,6 +4,7 @@ import Link from "next/link";
|
|||
import * as React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
import { getPortal } from "utils/selectors";
|
||||
|
||||
import CookiesIllustration from "./cookie-consent/cookies.svg";
|
||||
|
||||
const CookieConsentPopover: React.VoidFunctionComponent = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue