mirror of
https://github.com/status-im/react-native-gifted-charts.git
synced 2025-02-22 16:48:07 +00:00
9 lines
130 B
JavaScript
9 lines
130 B
JavaScript
import React from 'react';
|
|
import Examples from './examples';
|
|
|
|
const App = () => {
|
|
return <Examples />;
|
|
};
|
|
|
|
export default App;
|