weewoo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { fetchData } from '@/lib/data-service';
|
||||
import { clientFetch } from '@/lib/client-utils';
|
||||
import { fetchData } from '@/lib/api';
|
||||
import { clientFetch } from '@/lib/api';
|
||||
import { useEffect, useState } from "react";
|
||||
import { useParams } from "next/navigation";
|
||||
import { Button } from "@/components/ui/button";
|
||||
|
||||
Reference in New Issue
Block a user