3 lines
63 B
TypeScript
3 lines
63 B
TypeScript
|
|
import { html } from 'lit';
|
||
|
|
|
||
|
|
export const page1 = () => html``;
|