1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
This commit is contained in:
Jernej Pregelj 2019-03-22 15:46:52 +01:00
parent 5b27c850d6
commit 50b5382cfb

View File

@ -4,7 +4,7 @@ import Route from '../components/templates/Route'
import { User } from '../context/User'
import Asset from '../components/molecules/Asset'
import styles from './Search.module.scss'
import { Logger } from '@oceanprotocol/squid';
import { Logger } from '@oceanprotocol/squid'
interface SearchState {
results: any[]