diff --git a/src/lib/index.ts b/src/lib/index.ts index 856f2b6..8bab49b 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -1 +1,5 @@ -// place files you want to import through the `$lib` alias in this folder. +// Data +export { PRESET_DEVICES, DEFAULT_DEVICE, groupDevicesByBrand } from './data/devices'; + +// Types +export * from './types';