Files
nodarium/app/src/lib/graph-templates/index.ts
Max Richter 91866b4e9a
All checks were successful
🚀 Release / release (push) Successful in 4m7s
feat/e2e-testing (#31)
Reviewed-on: #31
Co-authored-by: Max Richter <max@max-richter.dev>
Co-committed-by: Max Richter <max@max-richter.dev>
2026-02-03 22:29:43 +01:00

9 lines
402 B
TypeScript

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