Files
nodarium/app/src/lib/graph-templates/index.ts
Max Richter 94f39bac8e
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m0s
feat: change default template
2024-05-03 15:59:41 +02:00

9 lines
351 B
TypeScript

export { grid } from "./grid";
export { tree } from "./tree";
export { plant } from "./plant";
export { default as lottaFaces } from "./lotta-faces.json";
export { default as lottaNodes } from "./lotta-nodes.json";
export { default as defaultPlant } from "./default.json"
export { default as lottaNodesAndFaces } from "./lotta-nodes-and-faces.json";