main
tsx 5 lines 143 Bytes
Raw
1 import { InvestmentWorkspace } from "./components/investment-workspace";
2
3 export default function Home() {
4 return <InvestmentWorkspace />;
5 }