import { html } from '@design.estate/dees-element'; import '../elements/index.js'; export const LandingPage = () => html` `; export const AdminConsole = () => html`
`; export const MobileShowcase = () => html` `; export const ComposedViews = () => html`
`;