Commi_GTFRH

This commit is contained in:
2025-09-15 15:52:15 +02:00
parent 12962a4081
commit 83e2b786c7
17 changed files with 5315 additions and 0 deletions

View 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;