upd: hapus file yg ga kepake

Deskripsi:
- hapus file atau dokumen yang tidak terpakai

No Issues
This commit is contained in:
amel
2024-08-28 13:57:46 +08:00
parent cffc411fa8
commit b213d7aa5e
58 changed files with 2 additions and 1624 deletions

View File

@@ -2,7 +2,7 @@
import { WARNA } from "@/module/_global";
import { Carousel } from "@mantine/carousel";
import { Box, Image, Text, Center, Paper, Stack, UnstyledButton, Skeleton, Group } from "@mantine/core";
import * as ICON from '../../division/lib/file_icon'
import * as ICON from '../lib/file_icon'
import { useParams, useRouter } from "next/navigation";
import { useShallowEffect } from "@mantine/hooks";
import toast from "react-hot-toast";