title: auto

des: auto
note:auto
This commit is contained in:
bipproduction
2023-11-09 16:42:20 +08:00
parent d306cbfffe
commit 69488bd0b3
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
"use server";
export async function test_server() {
return "apa kabar";
console.log("ini dari server")
}