diff --git a/src/views/JobsView.tsx b/src/views/JobsView.tsx index 78a3e16..5db5cd5 100644 --- a/src/views/JobsView.tsx +++ b/src/views/JobsView.tsx @@ -1,10 +1,15 @@ -import { JobList } from "@/components/JobList" -import mockJobs from "@/mocks/jobs.json" +import { JobList } from '@/components/JobList' +import { Marker, MarkerContent } from '@/components/ui/marker' +import mockJobs from '@/mocks/jobs' export function JobsView() { return ( -
- +
+ + + Queue + +
) }