Cleanup unused code and simplify webpack

This commit is contained in:
Dane Everitt 2020-07-04 18:19:46 -07:00
parent 43fbefbdb6
commit 922383e232
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
15 changed files with 135 additions and 855 deletions

View file

@ -66,9 +66,7 @@ const ServerRouter = ({ match, location }: RouteComponentProps<{ id: string }>)
error ?
<ServerError message={error}/>
:
<div className={'flex justify-center m-20'}>
<Spinner size={'large'}/>
</div>
<Spinner size={'large'} centered/>
:
<>
<CSSTransition timeout={250} classNames={'fade'} appear={true} in={true}>