Skip to content

Commit c0be86a

Browse files
committed
오류 해결
* // @ts-ignore 추가
1 parent 5bd6dc2 commit c0be86a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/app/user/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
'use client';
22
import { useRouter } from 'next/navigation';
33
import React, { useState, useEffect } from "react";
4+
// @ts-ignore
45
import Modal from "react-modal";
56
import axios from "axios";
7+
// @ts-ignore
68
import { Button } from "@/components/ui/button";
79
import { CardHeader, CardContent, CardFooter, Card } from "@/components/ui/card";
810
import { Header } from "@/components/ui/header";

0 commit comments

Comments
 (0)