From cdec1abe5bbac36eb82638c3628391e9e21945f3 Mon Sep 17 00:00:00 2001 From: Sae-byeol Date: Wed, 18 Aug 2021 04:29:48 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EB=B6=80=EC=8B=9C=EA=B0=84=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=ED=8E=98=EC=9D=B4=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/MyTime.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/component/MyTime.js b/src/component/MyTime.js index 907d13b..60be105 100644 --- a/src/component/MyTime.js +++ b/src/component/MyTime.js @@ -2,6 +2,7 @@ import '../MyTime.css'; import React, {useState, useEffect} from 'react'; import Axios from "axios"; import MyPageNavbar from './MyPageNavbar'; +import {Link} from 'react-router-dom'; export default function MyTime ({location}){ @@ -68,7 +69,9 @@ export default function MyTime ({location}){
+ +