@@ -8,6 +8,7 @@
|
||||
import BreadcrumbNav from "./BreadcrumbNav.svelte";
|
||||
import NotFound from "./NotFound.svelte";
|
||||
import Sidebar from "./Sidebar.svelte";
|
||||
import DataTable from "./DataTable.svelte";
|
||||
//
|
||||
let isProfileActionsVisible = false;
|
||||
let mobile_menu_opened = false;
|
||||
@@ -296,6 +297,9 @@
|
||||
</div>
|
||||
<main>
|
||||
<div class="max-w-7xl mx-auto py-6 sm:px-6 lg:px-8">
|
||||
<div class="mb-8">
|
||||
<DataTable />
|
||||
</div>
|
||||
<StatCards />
|
||||
<div class="mb-8">
|
||||
<Tracks />
|
||||
|
||||
Reference in New Issue
Block a user