import LoginCard from "@/widgets/login/loginCard/Index"; import React from "react"; const page = () => { return (
); }; export default page;