1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

tried to fix caseing

This commit is contained in:
Sebastian Gerske 2018-10-09 11:12:08 +02:00
parent 44b898a1e5
commit 8c95036d99
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import Web3Helper from "../keeper/Web3Helper"
import Config from "../models/Config"
import Account from "./Account"
import Asset from "./Asset"
import MetaData from "./MetaData"
import MetaData from "./MetaData_"
import Order from "./Order"
import Tribe from "./Tribe"