import LogOutButton from "@/components/log-out-button"; function Account() { return (

Account

Account page here

); } export default Account;