[REF] app: move TemplateSet into its own file

This commit is contained in:
Géry Debongnie
2021-11-13 15:58:59 +01:00
committed by Samuel Degueldre
parent a187a376a0
commit 9163bb1e08
8 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { TemplateSet } from "../../src/app/template_helpers";
import { TemplateSet } from "../../src/app/template_set";
import { renderToString, TestContext, compile } from "../helpers";
// -----------------------------------------------------------------------------