0

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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';