Skip to content

Commit

Permalink
feat(clientdb): add AreaTableRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Jan 14, 2024
1 parent 96c1da3 commit d298b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/clientdb/records.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './record/AreaTableRecord.js';
export * from './record/LightRecord.js';
export * from './record/LightFloatBandRecord.js';
export * from './record/LightIntBandRecord.js';
Expand Down

0 comments on commit d298b14

Please sign in to comment.