🚚 separating forms ui and logic

separate the form from other elements on the signup and login cards
This commit is contained in:
2025-08-05 10:40:21 +07:00
parent 77857d5575
commit fcebe9708d
8 changed files with 74 additions and 38 deletions

View File

@ -1,4 +1,4 @@
import LoginCard from "@/widgets/login/loginCard/Index";
import LoginCard from "@/widgets/authentication/login/LoginCard";
import React from "react";
const page = () => {