<section>
This commit is contained in:
parent
d57afae810
commit
62c36650c1
1 changed files with 1 additions and 0 deletions
1
html.ts
1
html.ts
|
@ -46,6 +46,7 @@ export const article = basicElement("article");
|
|||
export const nav = basicElement("nav");
|
||||
export const header = basicElement("header");
|
||||
export const main = basicElement("main");
|
||||
export const section = basicElement("section");
|
||||
|
||||
// TODO: actually escape
|
||||
const escapeHTML = (string: string) => string;
|
||||
|
|
Loading…
Reference in a new issue