diff --git a/mock.csv b/public/sample_data.csv similarity index 100% rename from mock.csv rename to public/sample_data.csv diff --git a/src/app/(dashboard)/import/page.tsx b/src/app/(dashboard)/import/page.tsx index 65ff927..a7af533 100644 --- a/src/app/(dashboard)/import/page.tsx +++ b/src/app/(dashboard)/import/page.tsx @@ -2,6 +2,7 @@ import { Download } from "lucide-react" import Link from "next/link" import { Button } from "@/components/ui/button" +import { ENVIRONMENT } from "@/lib/constants" import { CategoryService } from "@/services/category.service" import ImportForm from "./_components/import.form" @@ -14,10 +15,18 @@ export default async function ImportPage() {

Mass Import

+ {ENVIRONMENT !== "production" && ( + + + + )}