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

added god-rays for fun :-)

This commit is contained in:
muerwre 2019-04-04 18:03:36 +07:00
parent fae7effeb3
commit fd4b01e8c7
2 changed files with 141 additions and 0 deletions

View file

@ -1,11 +1,13 @@
import * as React from 'react';
import { LoginForm } from '$components/login/LoginForm';
import { Header } from "$components/main/Header";
import { GodRays } from "$components/main/GodRays";
const style = require('./style.scss');
export const LoginLayout: React.FunctionComponent<{}> = () => (
<div className={style.wrapper}>
<GodRays />
<div className={style.header}>
<Header />
</div>