import React from "react"; import Props from "@sentrei/common/types/components/Profile"; import Profile from "@sentrei/ui/components/Profile"; export default function SentreiProfile({userEmail}: Props): JSX.Element { return ; }