Operations dashboard screens are added

This commit is contained in:
2026-07-20 18:06:04 +05:30
parent a0426e8c8a
commit 0c9151b3a0
33 changed files with 826 additions and 47 deletions

View File

@@ -3,8 +3,11 @@ import Button from "@/utils/button";
import {Props} from "@/constants/types"
export default function ForgotPassword({ onBack }: Props) {
return (
// Forget Password Screen
<div className="space-y-4">
<button
onClick={onBack}