5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
|
|
import { html } from '@design.estate/dees-element';
|
||
|
|
|
||
|
|
export const mainPage = () => html`
|
||
|
|
<div>hello</div>
|
||
|
|
`;
|