mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-29 09:49:57 +00:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
// Copyright (C) 2017-2023 Smart code 203358507
|
|
|
|
const Button = require('./Button');
|
|
|
|
module.exports = Button;
|