diff --git a/src/components/dialogs/AppInfoDialog.tsx b/src/components/dialogs/AppInfoDialog.tsx index 9441f68..3fb84e7 100644 --- a/src/components/dialogs/AppInfoDialog.tsx +++ b/src/components/dialogs/AppInfoDialog.tsx @@ -1,75 +1,62 @@ // @flow -import React from 'react'; +import React, { Fragment } from 'react'; import { Scroll } from '~/components/Scroll'; import { APP_INFO } from '~/constants/app_info'; export const AppInfoDialog = () => ( -