4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
![]() |
import { html } from '@design.estate/dees-element';
|
||
|
|
||
|
export const page1 = () => html` <test-demoelement></test-demoelement> `;
|