Skip to content

Commit

Permalink
fix: sync status export
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed May 8, 2024
1 parent 4cf1159 commit 61271c0
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 197 deletions.
2 changes: 0 additions & 2 deletions src/datalayer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import writeService from './writeService';
import syncService from './syncService';
import wallet from './wallet';
import fullNode from './fullNode';
import * as persistance from './persistance';

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

0 comments on commit 61271c0

Please sign in to comment.