catalog/ts_web/pages/page1.ts

3 lines
63 B
TypeScript
Raw Normal View History

import { html } from 'lit';
export const page1 = () => html``;