From 8ac061ab6616f7bc6187580f9d05ac73d5385f94 Mon Sep 17 00:00:00 2001 From: HyunSuk Nam Date: Thu, 15 Aug 2024 11:00:56 +0900 Subject: [PATCH] TypeScript Issue --- src/pages/Timeline_Page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/Timeline_Page.tsx b/src/pages/Timeline_Page.tsx index 29972b8..5d72b1f 100644 --- a/src/pages/Timeline_Page.tsx +++ b/src/pages/Timeline_Page.tsx @@ -1,4 +1,3 @@ -import * as React from 'react'; import { Link } from 'react-router-dom'; import Timeline from '@mui/lab/Timeline'; import TimelineItem from '@mui/lab/TimelineItem'; @@ -39,7 +38,6 @@ const events = [ { date: '2021-05-19', description: '소프트웨어와 전자신문이 주관한 소프트웨어재단 꿈찾기 캠프 이수', dotColor: 'success' }, { date: '2018-01-27', description: '제4회 맑은하늘 맑은웃음 어린이 문예공모전에서 위닉스상(2위) 수여', dotColor: 'success' }, ]; - export default function Timeline_Page() { return (
@@ -53,7 +51,7 @@ export default function Timeline_Page() { {event.date} - + {index < events.length - 1 && }