Main.js 162 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import React from 'react' export default function Main() { return ( <div> <span>This is Main Page</span> </div> ) }