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:
parent
fae7effeb3
commit
fd4b01e8c7
2 changed files with 141 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue