fix: navigateBack missing variable on about page
This commit is contained in:
parent
6d234672b8
commit
5d40bd6f8e
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Lbry } from 'lbry-redux';
|
import { Lbry } from 'lbry-redux';
|
||||||
import { NativeModules, Text, View, ScrollView } from 'react-native';
|
import { NativeModules, Text, View, ScrollView } from 'react-native';
|
||||||
import Link from '../../component/link';
|
import { navigateBack } from 'utils/helper';
|
||||||
import PageHeader from '../../component/pageHeader';
|
import Link from 'component/link';
|
||||||
import aboutStyle from '../../styles/about';
|
import PageHeader from 'component/pageHeader';
|
||||||
|
import aboutStyle from 'styles/about';
|
||||||
|
|
||||||
class AboutPage extends React.PureComponent {
|
class AboutPage extends React.PureComponent {
|
||||||
state = {
|
state = {
|
||||||
|
|
Loading…
Reference in a new issue