End.js 220 Bytes
Newer Older
Jiwon Yoon's avatar
Jiwon Yoon committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import React from 'react'
// import { Link } from 'react-router-dom';


function End() {
    return (
        <div className="Box">
            <h2>수고하셨습니다!</h2>
        </div>

    )
}

export default End;