mirror of
https://github.com/embarklabs/embark-bamboo-template.git
synced 2025-02-16 14:36:24 +00:00
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
import EmbarkJS from 'Embark/EmbarkJS';
|
|
|
|
// import your contracts
|
|
// e.g if you have a contract named SimpleStorage:
|
|
//import SimpleStorage from 'Embark/contracts/SimpleStorage';
|
|
|