6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
![]() |
import { html } from '@design.estate/dees-element';
|
||
|
|
||
|
export const mainPage = () => html`
|
||
|
<dees-input-text label="my-test-label"></dees-input-text>
|
||
|
<dees-input-text label="my-test-label"></dees-input-text>
|
||
|
`;
|