Commit 6578c78
committed
Layout: Use type-only export to export ResponsiveSpacing.
ResponsiveSpacing is only a type, so exporting it in a JavaScript
context causes an import error when attempting to import glints-aries.
By using type-only exports, this line will be removed when transpiling
to JavaScript.1 parent cb7bf68 commit 6578c78
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments