Files
nodarium/app/src/lib/graph-templates/index.ts
T
max 4de15b19c8
📊 Benchmark the Runtime / release (push) Successful in 3m55s
🚀 Lint & Test & Deploy / release (push) Failing after 56s
feat: wire up planty with nodarium/app
2026-04-20 01:08:52 +02:00

10 lines
457 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';
export { default as tutorial } from './tutorial.json';