gameboy.tsx: disable eslint

This commit is contained in:
Alex Gleason 2024-10-18 22:47:33 -05:00
parent b396064cb5
commit eeb74c1d9c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// @ts-ignore No types available
// eslint-disable-next-line import/no-unresolved
import { WasmBoy } from '@soapbox.pub/wasmboy';
import clsx from 'clsx';
import React, { useCallback, useEffect, useRef, useState } from 'react';