catalog/ts_web/pages/firstpage.ts

6 lines
115 B
TypeScript
Raw Permalink Normal View History

import { html } from '@design.estate/dees-element';
export const firstpage = () => html`
<sio-fab></sio-fab>
`;