[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 Aaron Bohy
parent 8c16790471
commit d5fbaff9f7
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 { mount } from "../../src/blockdom";
import { makeTestFixture, renderToBdom, renderToString, snapshotEverything } from "../helpers";