improved agent
This commit is contained in:
1
agent/uis/portfolio-view/index.css
Normal file
1
agent/uis/portfolio-view/index.css
Normal file
@@ -0,0 +1 @@
|
||||
@import "tailwindcss";
|
||||
9
agent/uis/portfolio-view/index.tsx
Normal file
9
agent/uis/portfolio-view/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import "./index.css";
|
||||
|
||||
export default function PortfolioView() {
|
||||
return (
|
||||
<div className="flex flex-col gap-2 border border-solid border-slate-500 p-4 rounded-md">
|
||||
Portfolio View
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user