mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-24 00:37:46 +00:00
6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
// Copyright (C) 2017-2020 Smart code 203358507
|
|
|
|
const ColorInput = require('./ColorInput');
|
|
|
|
module.exports = ColorInput;
|
|
|