1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed godrays

This commit is contained in:
Fedor Katurov 2020-07-28 17:11:26 +07:00
parent fca146048e
commit 505242c099
2 changed files with 6 additions and 20 deletions

View file

@ -16,6 +16,7 @@ import * as ACTIONS from '~/redux/auth/actions';
import * as MODAL_ACTIONS from '~/redux/modal/actions';
import { ISocialProvider } from '~/redux/auth/types';
import { Grid } from '~/components/containers/Grid';
import { GodRays } from '~/components/main/GodRays';
const mapStateToProps = selectAuthLogin;