feat(design-system): port templates

This commit is contained in:
41666 2020-10-24 22:18:54 -04:00
parent e61f827645
commit c8adad6c81
18 changed files with 128 additions and 60 deletions

View file

@ -1,9 +1,6 @@
import { Hero } from 'roleypoly/src/design-system/atoms/hero';
import { AppShell } from 'roleypoly/src/design-system/organisms/app-shell';
import {
Preauth,
PreauthProps,
} from 'roleypoly/src/design-system/organisms/preauth/Preauth';
import { Preauth, PreauthProps } from 'roleypoly/src/design-system/organisms/preauth';
import * as React from 'react';
export type AuthLoginProps = PreauthProps;