From c610ab6012d5bf9a7c8f9723f1d15938998590ee Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 4 Jun 2018 17:40:36 +0300 Subject: [PATCH] Checkbox rendered in the app root --- src/app/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/app.js b/src/app/app.js index 7873a9b68..51dfad392 100644 --- a/src/app/app.js +++ b/src/app/app.js @@ -1,10 +1,12 @@ import React, { Component } from 'react'; +import { Checkbox } from 'stremio-common'; class App extends Component { render() { return (
Stremio +
); }