Spaces:
Running
Running
| import Root from "./empty.svelte"; | |
| import Header from "./empty-header.svelte"; | |
| import Media from "./empty-media.svelte"; | |
| import Title from "./empty-title.svelte"; | |
| import Description from "./empty-description.svelte"; | |
| import Content from "./empty-content.svelte"; | |
| export { | |
| Root, | |
| Header, | |
| Media, | |
| Title, | |
| Description, | |
| Content, | |
| // | |
| Root as Empty, | |
| Header as EmptyHeader, | |
| Media as EmptyMedia, | |
| Title as EmptyTitle, | |
| Description as EmptyDescription, | |
| Content as EmptyContent, | |
| }; | |