sonzai/App.js

19 lines
200 B
JavaScript
Raw Normal View History

2020-03-07 09:23:17 +01:00
/**
* Sample React Native App
* https://github.com/facebook/react-native
*
* @format
* @flow
*/
2020-03-12 18:14:38 +01:00
import React from "react";
2020-03-07 09:23:17 +01:00
2020-03-12 18:14:38 +01:00
const App = () => {
return (
<>
</>
);
2020-03-07 09:23:17 +01:00
};
export default App;