import React from 'react'; export default function Protected() { return (

Protected Page

) }