Ankilan/src/components/start-screen.jsx

9 lines
183 B
JavaScript

import React from 'react';
import {Container, Text} from 'native-base';
const StartScreen = props => {
return <Text>world , УХТЫ БЛЯ</Text>;
};
export default StartScreen;