Découpage du code et extraction des sourcemaps

This commit is contained in:
2020-10-13 11:37:37 +02:00
parent 85008d3265
commit f752865d33
12 changed files with 74 additions and 49 deletions

View File

@ -110,6 +110,8 @@ export const ConferencePage:FunctionComponent<ConferencePageProps> = () => {
);
}
export default ConferencePage;
export interface UserCardProps {
nickname: string
email: string