import { html } from "@design.estate/dees-element";

export const page1 = () => html`
  <first-element></first-element>
`;