mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-18 10:29:08 +00:00
feat(design-system): port templates
This commit is contained in:
parent
e61f827645
commit
c8adad6c81
18 changed files with 128 additions and 60 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue