diff --git a/src/app/pages/Sounds.tsx b/src/app/pages/Sounds.tsx index af3dce05..6db86fee 100644 --- a/src/app/pages/Sounds.tsx +++ b/src/app/pages/Sounds.tsx @@ -1,6 +1,6 @@ import { useEffect, useRef, useState } from 'preact/hooks' import config from '../../config.json' -import { Ad, Btn, BtnMenu, ErrorPanel, SoundConfig, TextInput } from '../components' +import { Btn, BtnMenu, ErrorPanel, SoundConfig, TextInput } from '../components' import { useLocale, useTitle, useVersion } from '../contexts' import type { SoundEvents, VersionId } from '../services' import { fetchSounds } from '../services' @@ -53,7 +53,6 @@ export function Sounds({}: Props) { } return
- {error && setError(null)} />} {soundKeys.length > 0 && <>