mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Checkbox rendered in the app root
This commit is contained in:
parent
b87984f228
commit
c610ab6012
1 changed files with 2 additions and 0 deletions
|
|
@ -1,10 +1,12 @@
|
|||
import React, { Component } from 'react';
|
||||
import { Checkbox } from 'stremio-common';
|
||||
|
||||
class App extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<span>Stremio</span>
|
||||
<Checkbox checked={true} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue