fix: move initialLogoState out of use-server file into logo-types.ts

This commit is contained in:
kovakmedya
2026-05-01 02:23:35 +03:00
parent 00a8351f66
commit c9d818435f
3 changed files with 8 additions and 8 deletions
@@ -14,10 +14,10 @@ import {
} from "@/components/ui/card";
import { cn } from "@/lib/utils";
import {
initialLogoState,
removeLogoAction,
uploadLogoAction,
} from "@/lib/appwrite/logo-actions";
import { initialLogoState } from "@/lib/appwrite/logo-types";
type Props = {
canEdit: boolean;