#1556 Resolving error in import statement
This commit is contained in:
parent
733ebf3e34
commit
369cbe7d29
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue