diff --git a/src/data/sounds.ts b/src/data/sounds.ts index e09570c..a4ed984 100644 --- a/src/data/sounds.ts +++ b/src/data/sounds.ts @@ -6,22 +6,11 @@ import { places } from './sounds/places'; import { transport } from './sounds/transport'; import { things } from './sounds/things'; import { noise } from './sounds/noise'; -import { binaural } from './sounds/binaural'; import type { Categories } from './types'; export const sounds: { categories: Categories; } = { - categories: [ - nature, - rain, - animals, - urban, - places, - transport, - things, - noise, - binaural, - ], + categories: [nature, rain, animals, urban, places, transport, things, noise], };