Initial commit: Due Diligence Tracker project
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
8
client/src/App.tsx
Normal file
8
client/src/App.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import { Dashboard } from './components/Dashboard';
|
||||
|
||||
function App() {
|
||||
return <Dashboard />;
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user