mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
feat: remove pre-made binaurals
This commit is contained in:
parent
3b829fce07
commit
b8ed79f48a
1 changed files with 1 additions and 12 deletions
|
|
@ -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],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue