This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Sphere/app/settings/constants.js

9 lines
215 B
JavaScript
Raw Normal View History

2016-02-01 20:58:00 +00:00
import { Map } from 'immutable';
export default Map({
PROJECT_DATA: {
repository: 'https://github.com/RealOrangeOne/Sphere',
CI_Badge: 'https://circleci.com/gh/RealOrangeOne/Sphere.svg?style=svg'
}
});