This commit is contained in:
parent
5df7656559
commit
113db29bdc
|
@ -410,11 +410,6 @@ function layout(content: string): string {
|
||||||
`.trim();
|
`.trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
function newInbox(): string {
|
|
||||||
return html`
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
|
|
||||||
function created(identifier: string): string {
|
function created(identifier: string): string {
|
||||||
return html`
|
return html`
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue