1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/containers/flow/FlowLayout/index.tsx
2019-08-20 20:57:50 +07:00

8 lines
234 B
TypeScript

import * as React from 'react';
import { TestGrid } from '~/components/flow/TestGrid';
import * as styles from './styles.scss';
import { Header } from '~/components/main/Header';
export const FlowLayout = () => (
<TestGrid />
);