MrMirror21

main page init

import React from 'react'
export default function Main() {
return (
<div>
<span>This is Main Page</span>
</div>
)
}