Allow react/no-danger

This commit is contained in:
Gabe Kangas
2024-04-12 10:20:06 -07:00
committed by GitHub
parent 3e1cd98e5f
commit 30d51d81ac

View File

@@ -1,3 +1,5 @@
/* eslint-disable react/no-danger */
import { FC, useEffect, useState } from 'react';
import classNames from 'classnames';
import Head from 'next/head';