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