initial-commit
This commit is contained in:
12
frontend/src/App.tsx
Normal file
12
frontend/src/App.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import ResponsiveAppBar from './components/ResponsiveAppBar.tsx';
|
||||
|
||||
const App: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<ResponsiveAppBar />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default App;
|
Reference in New Issue
Block a user