All checks were successful
🚀 Release / release (push) Successful in 4m7s
Reviewed-on: #31 Co-authored-by: Max Richter <max@max-richter.dev> Co-committed-by: Max Richter <max@max-richter.dev>
9 lines
402 B
TypeScript
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';
|