import { Card, CardContent } from "@/components/ui/card"; import AccountList from "@/feature/AccountList"; import type { FC } from "react"; const AuthenticatePage: FC = () => { return (
icon

Select Account

Choose one of the accounts below in order to proceed to home lab services and tools.

{/* */}
); }; export default AuthenticatePage;