// @flow import * as ICONS from 'constants/icons'; import React from 'react'; import Page from 'component/page'; import CollectionsListMine from 'component/collectionsListMine'; import Icon from 'component/common/icon'; function ListsPage() { return ( ); } export default ListsPage;