2020-02-10 16:47:47 +01:00
|
|
|
// export { default as h1 } from "./H1.svelte";
|
2020-02-07 21:56:00 +01:00
|
|
|
|
2020-02-03 19:38:09 +01:00
|
|
|
export { default as icon } from "./Icon.svelte";
|
|
|
|
export { button } from "./Button";
|
2020-02-07 21:56:00 +01:00
|
|
|
export { textfield } from "./Textfield";
|
2020-02-10 16:47:47 +01:00
|
|
|
export * from "./Typography"
|