switched to angular

This commit is contained in:
Bojan Kucera 2025-06-02 19:37:33 -04:00
parent d3efed7ce7
commit 94e3c96ef6
53 changed files with 10976 additions and 1020 deletions

View file

@ -1,8 +0,0 @@
import { TradingDashboard } from './components/TradingDashboard'
import './App.css'
function App() {
return <TradingDashboard />
}
export default App