introduce zod schemas

This commit is contained in:
Fran Jurmanović
2025-09-24 20:07:57 +02:00
parent 0cbc6935db
commit 996f1a1385
43 changed files with 798 additions and 559 deletions

View File

@@ -1,7 +1,7 @@
'use client';
import { useState } from 'react';
import type { User } from '@/lib/types';
import type { User } from '@/lib/schemas';
import { deleteUserAction } from '@/lib/actions/membership';
interface DeleteUserModalProps {