Skip to content

Commit e838851

Browse files
dnikolaevdnikolaev
dnikolaev
authored and
dnikolaev
committed
initial commit
0 parents  commit e838851

File tree

13,172 files changed

+1323405
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,172 files changed

+1323405
-0
lines changed

.babelrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"presets": [ "es2015", "react" ],
3+
"plugins": ["transform-decorators-legacy", "transform-object-rest-spread"]
4+
}

README.md

Whitespace-only changes.

__mocks__/styleMock.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict';
2+
3+
module.exports = {};

0 commit comments

Comments
 (0)