mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-12-22 03:00:50 +08:00
Seed templates
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user