PADMW_BroseS3/App.js

8 lines
137 B
JavaScript
Raw Permalink Normal View History

2022-06-30 18:49:36 +00:00
import React from 'react';
import Navigation from './src/Navigation';
const App = () => {
return <Navigation />
};
export default App;