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

@ -34,4 +34,6 @@ export const UnauthorizedPage:FunctionComponent<UnauthorizedPageProps> = () => {
</div>
</Page>
);
}
}
export default UnauthorizedPage;