refactor: migrate components to Preact

This commit is contained in:
Stefan Imhoff
2023-04-04 17:40:19 +02:00
parent a15c4ef149
commit 208b9d9418
21 changed files with 219 additions and 115 deletions

8
src/components/index.ts Normal file
View File

@@ -0,0 +1,8 @@
export * from './Headline';
export * from './LegalDate';
export * from './Link';
export * from './Subheadline';
export * from './Subsubheadline';
export * from './Text';
export * from './TextLink';
export * from './Title';