Skip to content

Commit

Permalink
fix: missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed May 8, 2024
1 parent 1a19a04 commit 35230b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datalayer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import writeService from './writeService';
import syncService from './syncService';
import wallet from './wallet';
import fullNode from './fullNode';
import persistance from './persistance';

export default {
...writeService,
...syncService,
...wallet,
...fullNode,
...persistance,
};

0 comments on commit 35230b9

Please sign in to comment.