import React, { FC } from "react"; import { Header } from "../components/Header"; export const UserPage: FC = () => { return (
// // // // ); };