Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Auth mobile #783

Merged
merged 14 commits into from
Nov 12, 2018
3 changes: 1 addition & 2 deletions mobile/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @fileOverview The main module that wires up all depdencies for mobile.
* @fileOverview the main module that wires up all depedencies for mobile.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, nit: s/depedencies/dependencies

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

*/

import React from 'react';
Expand Down Expand Up @@ -39,7 +39,6 @@ import InvoiceAction from '../src/action/invoice';
import PaymentAction from '../src/action/payment';
import ChannelAction from '../src/action/channel';
import TransactionAction from '../src/action/transaction';

import AuthAction from '../src/action/auth-mobile';

const store = new Store();
Expand Down