1
0
mirror of https://github.com/ascribe/onion.git synced 2025-02-14 21:10:27 +01:00
onion/js/alt.js
Brett Sun 8f2a93ff39 Revert "Remove altUser since the UserStore is now always being passed as a prop"
This reverts commit 325651b581d9cd7573e0942e4c67f649d04b0349.
2016-02-08 17:49:11 +01:00

9 lines
175 B
JavaScript

'use strict';
import Alt from 'alt';
export let alt = new Alt();
export let altThirdParty = new Alt();
export let altUser = new Alt();
export let altWhitelabel = new Alt();