import React from 'react'; import { DataTable } from './components/DataTable'; import { UserNav } from './components/UserNav'; const tasks = [ { id: "TASK-8782", title: "You can't compress the program without quantifying the open-source SSD pixel!", status: "in progress", label: "documentation", priority: "medium" }, { id: "TASK-7878", title: "Try to calculate the EXE feed, maybe it will index the multi-byte pixel!", status: "backlog", label: "documentation", priority: "medium" }, { id: "TASK-7839", title: "We need to bypass the neural TCP card!", status: "todo", label: "bug", priority: "high" }, ]; export default function TaskPage() { return (
Here's a list of your tasks for this month!