mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-01-10 14:46:03 +00:00
69bd359287
* providers store integration
7 lines
161 B
Nim
7 lines
161 B
Nim
import ./stores/cachestore
|
|
import ./stores/blockstore
|
|
import ./stores/networkstore
|
|
import ./stores/fsstore
|
|
|
|
export cachestore, blockstore, networkstore, fsstore
|