From d5ba4a4f3ea08300e0226b83ac2556f3a58850df Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 13 May 2026 18:07:51 -0400 Subject: [PATCH] chore: update lib exports Co-Authored-By: Claude --- src/lib/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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';