Remove unused Locals interface

This commit is contained in:
Asher 2020-11-03 15:37:16 -06:00
parent 03e0013112
commit 8066da12fe
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 0 additions and 5 deletions

View File

@ -9,13 +9,8 @@ import { HttpCode, HttpError } from "../common/http"
import { normalize, Options } from "../common/util" import { normalize, Options } from "../common/util"
import { AuthType } from "./cli" import { AuthType } from "./cli"
import { commit, rootPath } from "./constants" import { commit, rootPath } from "./constants"
import { Heart } from "./heart"
import { hash } from "./util" import { hash } from "./util"
export interface Locals {
heart: Heart
}
/** /**
* Replace common variable strings in HTML templates. * Replace common variable strings in HTML templates.
*/ */