remove types export

This commit is contained in:
Niels Lyngsø
2024-09-27 14:26:26 +02:00
parent b9b4fb81d5
commit 2ba11456be

View File

@@ -1,2 +1,2 @@
export type * from './types.js';
//export type * from './types.js';
export const UMB_SOMETHING_TO_EXPORT = 'foobar';