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,7 +1,7 @@
"use client"
import { useState, useRef } from 'react';
import { fetchFruits } from '@/app/api/action';
import { fetchFruits } from '@/app/lib/action';
import { useClickOutside } from '@/app/hooks/useClickOutside';
import Link from 'next/link';