initial setup
This commit is contained in:
commit
232a63dfe8
61 changed files with 4985 additions and 0 deletions
8
apps/interface-services/trading-dashboard/src/App.tsx
Normal file
8
apps/interface-services/trading-dashboard/src/App.tsx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { TradingDashboard } from './components/TradingDashboard'
|
||||
import './App.css'
|
||||
|
||||
function App() {
|
||||
return <TradingDashboard />
|
||||
}
|
||||
|
||||
export default App
|
||||
Loading…
Add table
Add a link
Reference in a new issue