Skip to content

Commit

Permalink
fix: 임포트문 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rokaf6444 committed Nov 25, 2024
1 parent bb2ef25 commit cd5631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/pages/AnalysisPage.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 뉴스 분석 페이지 구성
import { Button } from "../components/ui/Button";
import { Card, CardContent, CardHeader, CardTitle } from "../components/ui/card";
import { Card, CardContent, CardHeader, CardTitle } from "../components/ui/Card";
import { Link } from 'react-router-dom'; // Link 컴포넌트를 사용하기 위해 임포트
import '../components/layout/AnalysisPage.module.css';
import Navbar from '../components/layout/Navbar.jsx';
Expand Down

0 comments on commit cd5631a

Please sign in to comment.