import React from 'react' function index() { return (
about 페이지입니다.
) } export default index