Skip to content

Commit

Permalink
Merge pull request #25 from SoluxProject/feature/#23
Browse files Browse the repository at this point in the history
공부시간관리 페이지
  • Loading branch information
Sae-byeol authored Aug 17, 2021
2 parents a6458f7 + cdec1ab commit 76c6247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/component/MyTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}){

Expand Down Expand Up @@ -68,7 +69,9 @@ export default function MyTime ({location}){
</div>
</div>
<div className="ExamBtn">
<Link to='/timer'>
<button className="TimerBtn">Timer</button>
</Link>
</div>


Expand Down

0 comments on commit 76c6247

Please sign in to comment.