style : update responsive

Deskripsi:
- update task api
- update divisio
- update task

No Issue
This commit is contained in:
lukman
2024-09-03 16:30:23 +08:00
parent 10d9cd54f9
commit 8acf704ffa
7 changed files with 205 additions and 196 deletions

View File

@@ -2,8 +2,10 @@ import { prisma } from "@/module/_global";
import { funGetUserByCookies } from "@/module/auth";
import _ from "lodash";
import moment from "moment";
import "moment/locale/id"
import { NextResponse } from "next/server";
// GET DETAIL TASK DIVISI / GET ONE
export async function GET(request: Request, context: { params: { id: string } }) {
try {