Seed templates

This commit is contained in:
1ilit
2024-02-28 22:47:07 +02:00
parent d3625dd980
commit 141b303e50
12 changed files with 2218 additions and 1604 deletions

View File

@@ -4,8 +4,6 @@ import { template3 } from "../templates/template3";
import { template4 } from "../templates/template4";
import { template5 } from "../templates/template5";
import { template6 } from "../templates/template6";
import { template7 } from "../templates/template7";
import { template8 } from "../templates/template8";
const templateSeeds = [
template1,
@@ -14,8 +12,6 @@ const templateSeeds = [
template4,
template5,
template6,
template7,
template8,
];
export { templateSeeds };