Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit b090ff8

Browse files
Bug fix
1 parent b478797 commit b090ff8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import express from "express";
44
import corsMiddleware from "cors";
55
import routes from "./routes";
66
import knex from "knex";
7-
import "twig";
87
import Logger from "./logger";
98

109
process.on("SIGINT", () => process.exit());

0 commit comments

Comments
 (0)