diff options
Diffstat (limited to 'lib/components/body.js')
| -rw-r--r-- | lib/components/body.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/body.js b/lib/components/body.js index fc17e17..6034d3e 100644 --- a/lib/components/body.js +++ b/lib/components/body.js @@ -21,5 +21,5 @@ export default class BodyComponent extends Component { */ this.body = this.body || null; } -}; +} |