mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
add: index for checkbox
This commit is contained in:
parent
c49817aea1
commit
50843dc347
1 changed files with 5 additions and 0 deletions
5
src/common/Checkbox/index.js
Normal file
5
src/common/Checkbox/index.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// Copyright (C) 2017-2023 Smart code 203358507
|
||||
|
||||
const Checkbox = require('./Checkbox');
|
||||
|
||||
module.exports = Checkbox;
|
||||
Loading…
Reference in a new issue