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