1 2 3 4 5 6 7 8 9 | 1× 1× 1× | const ProviderProxy = require('riotclient-async-provider-proxy'); const components = ProviderProxy.components; components.defineElement('lol-blocked-summoners', { styles: require('./blocked-summoners.styl'), data: require('../data') }); |