✨ feat: create popup signIn
This commit is contained in:
7
shared/widgets/signin/components/PopupWrapper.tsx
Normal file
7
shared/widgets/signin/components/PopupWrapper.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import SignInCard from "./SignInCard";
|
||||
|
||||
const PopupWrapper = () => {
|
||||
return <SignInCard />;
|
||||
};
|
||||
|
||||
export default PopupWrapper;
|
||||
Reference in New Issue
Block a user