Initial commit: frontend + backend integration
This commit is contained in:
12
frontend/App.tsx
Normal file
12
frontend/App.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import SinglePageDataRequestIntegrated from './components/SinglePageDataRequestIntegrated';
|
||||
|
||||
const App: React.FC = () => {
|
||||
return (
|
||||
<main className="min-h-screen">
|
||||
<SinglePageDataRequestIntegrated />
|
||||
</main>
|
||||
);
|
||||
};
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user