parent
4f0fb5dfd7
commit
6f8c0a9aa1
3 changed files with 30 additions and 2 deletions
@ -0,0 +1,13 @@ |
|||||||
|
import React from 'react' |
||||||
|
import { View, Text } from 'react-native'; |
||||||
|
import {connect} from 'react-redux'; |
||||||
|
|
||||||
|
function Exams({}) { |
||||||
|
return ( |
||||||
|
<View> |
||||||
|
<Text></Text> |
||||||
|
</View> |
||||||
|
) |
||||||
|
} |
||||||
|
|
||||||
|
export default Exams; |
@ -0,0 +1,13 @@ |
|||||||
|
import React from 'react' |
||||||
|
import { View, Text } from 'react-native'; |
||||||
|
import {connect} from 'react-redux'; |
||||||
|
|
||||||
|
function Videos({}) { |
||||||
|
return ( |
||||||
|
<View> |
||||||
|
<Text></Text> |
||||||
|
</View> |
||||||
|
) |
||||||
|
} |
||||||
|
|
||||||
|
export default Videos; |
Loading…
Reference in new issue