KomodoPlatform / dicoapp-e

SPV lightweight GUI wallet with barterDEX swap capabilities
MIT License
1 stars 7 forks source link

use relative path instead of absolute path #76

Open particle4dev opened 6 years ago

particle4dev commented 6 years ago

Title: use relative path instead of an absolute path

Business/User Value:

Acceptance Criteria GIVEN [necessary context and preconditions for story] WHEN [action] THEN [reaction]

DEV NOTES

import {
  makeSelectBalanceList,
  makeSelectBalanceEntities
} from '../App/selectors';

to

import {
  makeSelectBalanceList,
  makeSelectBalanceEntities
} from 'App/selectors';

DESIGN Notes None

---other items that you may add to a story---

NEEDS PM None

NEEDS DESIGN None

Related issues None

/label ~"story"