export const UserPage = () => { return (

User Page

This page is for authenticated users
); };