Some cleanup after moving eTokens out of Home and onto their own screen. We shouldn't have `src/components/Etokens` and `src/components/Tokens` folders. Keep all the relevant components under `src/components/Etokens`
`Tokens.js` is confusingly named. This should be `CreateEtoken.js`, and its route should also be `create-etoken`.