chore: release [ci skip]

This commit is contained in:
gitea-actions
2026-05-14 03:23:00 +00:00
parent 9ed4889310
commit 43658ace21
9 changed files with 292 additions and 323 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
"use client";
import {
ProductsTab,
} from "@/components/organisms/manager";
import { ProductsTab } from "@/components/organisms/manager";
import { useAuth } from "@/lib/auth-context";
import { useManager } from "@/lib/manager-context";
import Link from "next/link";