oysterprotocol/webinterface

View on GitHub
src/components/shared/icon-tangle.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from "react";

const icon_tangle = ""; //Added this cause it was not defined, whats with this file?

const IconTangle = () => <img src={icon_tangle} />;

export default IconTangle;