preact-components/source/gram.ts

6 lines
121 B
TypeScript
Raw Normal View History

2022-03-16 14:40:06 +00:00
// Button Exports
export * from './buttons/confirm-button.js';
2022-03-16 00:06:35 +00:00
// Link Exports
2022-03-16 14:41:46 +00:00
export * from './links/privacy-link.js';