linting
This commit is contained in:
parent
065d3943f6
commit
e9ff913b7e
3 changed files with 11 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { DashboardStats, DashboardActivity, PortfolioTable } from './components';
|
||||
import { DashboardActivity, DashboardStats, PortfolioTable } from './components';
|
||||
|
||||
export function DashboardPage() {
|
||||
return (
|
||||
|
|
@ -11,7 +11,7 @@ export function DashboardPage() {
|
|||
<DashboardStats />
|
||||
<DashboardActivity />
|
||||
</div>
|
||||
|
||||
|
||||
<div className="flex-1 min-h-0">
|
||||
<PortfolioTable />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue