Commit 564cdddb authored by Simon Knox's avatar Simon Knox

export instances

parent 22f2097d
import ClustersIndex from '~/clusters/clusters_index';
export default ClustersIndex;
export default new ClustersIndex();
import ClustersBundle from '~/clusters/clusters_bundle';
export default ClustersBundle;
export default new ClustersBundle();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment