8 lines
215 B
JavaScript
8 lines
215 B
JavaScript
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'
|
|
}
|
|
});
|