mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-05 05:00:06 +00:00
init service card
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { swrFetcher } from "@/api/api"
|
||||
import { Checkbox } from "@/components/ui/checkbox"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { ServiceCard } from "@/components/xui/service"
|
||||
import { Plus } from "lucide-react"
|
||||
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table"
|
||||
import { ModelService as Service } from "@/types"
|
||||
@@ -71,9 +71,7 @@ export default function ServicePage() {
|
||||
<h1 className="text-3xl font-bold tracking-tight">
|
||||
Service
|
||||
</h1>
|
||||
<Button className="ml-auto">
|
||||
<Plus /> Add New Service
|
||||
</Button>
|
||||
<ServiceCard className="ml-auto"/>
|
||||
</div>
|
||||
<Table>
|
||||
<TableHeader>
|
||||
@@ -117,5 +115,5 @@ export default function ServicePage() {
|
||||
)}
|
||||
</TableBody>
|
||||
</Table>
|
||||
</div>
|
||||
</div >
|
||||
}
|
||||
Reference in New Issue
Block a user