remove unecessary import

This commit is contained in:
Bradley Ray 2021-12-10 21:37:37 +00:00 committed by GitHub
parent 628830a8cf
commit ade9546838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
// @flow
import { SITE_NAME } from 'config';
import * as PAGES from 'constants/pages';
import * as MODALS from 'constants/modal_types';
import * as ICONS from 'constants/icons';
import React from 'react';