Commi_GTFRH
This commit is contained in:
12
GTFRRH/project/src/App.tsx
Normal file
12
GTFRRH/project/src/App.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import RHDashboard from './components/RHDashboard';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="min-h-screen bg-gray-50">
|
||||
<RHDashboard />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user