Fix more import issues from monorepo merge
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
2021-06-01 21:09:47 -05:00
parent 9be9c44a32
commit 4d39637f30
14 changed files with 35 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import {ViewEngine} from "./ViewEngine"
import {Injectable} from "@extollo/di"
import {Injectable} from "../di"
import * as pug from "pug"
/**