diff --git a/app/js/components/shipList.js b/app/js/components/shipList.js index 065fc03..8cdc3f4 100644 --- a/app/js/components/shipList.js +++ b/app/js/components/shipList.js @@ -1,10 +1,8 @@ import React, { Component, Fragment } from 'react'; import ReactDOM from 'react-dom'; -import EmbarkJS from 'Embark/EmbarkJS'; import Ship from './ship'; import EnableSales from './enableSales'; -import SpaceshipToken from 'Embark/contracts/SpaceshipToken'; -import SpaceshipMarketplace from 'Embark/contracts/SpaceshipMarketplace'; + class ShipList extends Component { diff --git a/tutorial/images/toggle.png b/tutorial/images/toggle.png new file mode 100644 index 0000000..83fe218 Binary files /dev/null and b/tutorial/images/toggle.png differ