add image upload, fix styles
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import { getUserData } from '@/app/lib/action';
|
||||
import { getUserData } from '@/app/actions/action';
|
||||
|
||||
export default function HomePage() {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user