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