delete unused import

This commit is contained in:
Keith Grant
2021-02-04 16:21:57 -08:00
parent dfcfdc7a4e
commit 13131e96b6

View File

@@ -1,5 +1,5 @@
import 'styled-components/macro';
import React, { Fragment } from 'react';
import React from 'react';
import { string, bool, func } from 'prop-types';
import { withI18n } from '@lingui/react';
import { t } from '@lingui/macro';