refactor: update subscription data loading and clean up unused imports in dashboard components
This commit is contained in:
@@ -3,7 +3,6 @@ import DT from 'datatables.net-dt'
|
||||
import DataTable from 'datatables.net-react'
|
||||
|
||||
import { SearchIcon } from '~/components/icons/search'
|
||||
import { Button } from '~/components/ui/button'
|
||||
import { UiTable } from '~/components/ui/table'
|
||||
import { TitleDashboard } from '~/components/ui/title-dashboard'
|
||||
|
||||
@@ -61,15 +60,6 @@ export const SubscriptionsPage = () => {
|
||||
</Field>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Button
|
||||
as="a"
|
||||
className="rounded-md"
|
||||
size="lg"
|
||||
href="#"
|
||||
>
|
||||
Subscription Settings
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<UiTable
|
||||
|
||||
Reference in New Issue
Block a user