add registration and session logic

This commit is contained in:
smanylov
2025-11-27 21:33:53 +07:00
parent 5c6a235ece
commit 39dee22b89
12 changed files with 191 additions and 45 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
'use client'
import { testConnect } from '@/app/api/action';
import { testConnect } from '@/app/lib/action';
async function clickHandler() {
testConnect();