update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / framework / source / schema / index.js
1 import schemaActions from './schemaActions'
2 import schemaSource from './schemaSource'
3
4 export {
5 schemaSource,
6 schemaActions
7 }