diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-09-05 14:02:49 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-09-05 14:02:49 +0200 |
commit | ff31514c669a7c9b04ee69c447dcf9e2da39f3da (patch) | |
tree | b81b9bc9b12356dc1d9f7d8f8208be5631cc3d44 /packages/gitbook-core/src/components/Application.js | |
parent | 3f1ec310ca0c634e1f63a1e00e485ea93916e810 (diff) | |
download | gitbook-ff31514c669a7c9b04ee69c447dcf9e2da39f3da.zip gitbook-ff31514c669a7c9b04ee69c447dcf9e2da39f3da.tar.gz gitbook-ff31514c669a7c9b04ee69c447dcf9e2da39f3da.tar.bz2 |
Start bootstraping rendering with react in GitBook
Diffstat (limited to 'packages/gitbook-core/src/components/Application.js')
-rw-r--r-- | packages/gitbook-core/src/components/Application.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/gitbook-core/src/components/Application.js b/packages/gitbook-core/src/components/Application.js deleted file mode 100644 index 3414a37..0000000 --- a/packages/gitbook-core/src/components/Application.js +++ /dev/null @@ -1,10 +0,0 @@ -const React = require('react'); -const { InjectedComponent } = require('./components/InjectedComponent'); - -const Application = React.createClass({ - render() { - return <InjectedComponent matching={{ role: 'Body' }} /> - } -}); - -module.exports = Application; |