import React from 'react'; import Examples from './examples'; const App = () => { return ; }; export default App;