mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-28 06:23:04 +00:00
7 lines
202 B
JavaScript
7 lines
202 B
JavaScript
import { AddonCollection } from 'stremio-addon-client';
|
|
import officialAddons from 'stremio-official-addons';
|
|
|
|
const addons = new AddonCollection();
|
|
addons.load(officialAddons);
|
|
|
|
export default addons;
|