fix es list
This commit is contained in:
21
react-native/bootstrap/start/component.js
vendored
21
react-native/bootstrap/start/component.js
vendored
@@ -1,13 +1,12 @@
|
||||
import React from 'react'
|
||||
import { Routes } from '../../app/routes/component';
|
||||
import { PortalContextContainer } from '../../app/contexts/portals/container';
|
||||
|
||||
import React from 'react';
|
||||
import {Routes} from '../../app/routes/component';
|
||||
import {PortalContextContainer} from '../../app/contexts/portals/container';
|
||||
|
||||
//This file is used to envolve app in contexts, libs, etc..
|
||||
export const Bootstrap = ()=>{
|
||||
return (
|
||||
<PortalContextContainer>
|
||||
<Routes/>
|
||||
</PortalContextContainer>
|
||||
)
|
||||
}
|
||||
export const Bootstrap = () => {
|
||||
return (
|
||||
<PortalContextContainer>
|
||||
<Routes />
|
||||
</PortalContextContainer>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user