feat(prejoin_page): Add prejoin page

This commit is contained in:
Vlad Piersec
2020-04-16 13:47:10 +03:00
committed by Saúl Ibarra Corretgé
parent 5b53232964
commit a45cbf41ef
36 changed files with 2274 additions and 147 deletions

View File

@@ -0,0 +1,7 @@
export * from './actions';
export * from './functions';
export { default as Prejoin } from './components/Prejoin';
import './middleware';
import './reducer';