Ensure StationDataModule is exported
All checks were successful
Publish Package / build-and-publish (push) Successful in 2s

This commit is contained in:
2026-03-30 22:49:53 +01:00
parent d160ad87f9
commit 46dcf65de6

View File

@@ -7,3 +7,4 @@ export type * from '@owlboard/api-schema-types'
// Useful exports for Type Hinting
export { PisModule } from './modules/pis.js';
export { LocationFilterModule } from './modules/locationFilter.js';
export { StationDataModule } from './modules/stationData.js';