1 2 3 4 5 6 7 8 9
import React from 'react' const AdminPage = () => { return ( <div>AdminPage</div> ) } export default AdminPage