students fked up

This commit is contained in:
Om Lanke
2025-07-06 23:30:58 +05:30
parent 59f9c356ad
commit b43eece6f2
12 changed files with 657 additions and 97 deletions

View File

@@ -0,0 +1,6 @@
'use server'
import { signOut } from "@/auth";
export async function signOutAction() {
await signOut();
}