#1556 Resolving error in import statement

This commit is contained in:
Amit Nandan P 2018-06-09 18:22:36 -05:00
parent 733ebf3e34
commit 369cbe7d29

View file

@ -3,7 +3,7 @@
import * as React from 'react';
import { shell } from 'electron';
import { Lbry } from 'lbry-redux';
import * as Native from 'native';
import Native from 'native';
import Button from 'component/button';
import BusyIndicator from 'component/common/busy-indicator';
import Page from 'component/page';