Files
automatisch/packages/backend/src/apps/datastore/actions/index.js
2024-02-27 19:01:46 +01:00

5 lines
128 B
JavaScript

import getValue from './get-value/index.js';
import setValue from './set-value/index.js';
export default [getValue, setValue];