Skip to content

Commit

Permalink
유저 조회 + vercel 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcgrdn committed Nov 19, 2024
1 parent ae6c1c3 commit 2933263
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/features/main/main-track.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
'use client'
"use client";

import SquareContainer from "@/components/container/square-container";
import { useUser } from "@/provider/userProvider";
import { useRouter } from "next/navigation";


const MainTrack = () => {
const router = useRouter();
const { user } = useUser();
const router = useRouter();

const dummy = [
{
Expand Down

0 comments on commit 2933263

Please sign in to comment.