Dimentorin auth login responsive and implementation (#23)

* feat: responsive

* fix: success register

* feat: auth login responsive && auth login implementation
This commit is contained in:
Naufal Azmi
2025-04-09 12:59:33 +07:00
committed by GitHub
parent b1a53df4a9
commit 240e684b53
7 changed files with 77 additions and 35 deletions
@@ -1,7 +1,6 @@
import { FC, ReactElement } from 'react';
import { RegisterResetBanner } from '@imphnen-frontend-service/ui/organisms';
import { Button, Input } from '@imphnen-frontend-service/ui/atoms';
import { InputField } from '@imphnen-frontend-service/ui/molecules';
import { Button } from '@imphnen-frontend-service/ui/atoms';
import { ArrowRightOutlined } from '@ant-design/icons';
export const Components: FC = (): ReactElement => {