Remove unused Locals interface
This commit is contained in:
parent
03e0013112
commit
8066da12fe
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user