Operations dashboard screens are added
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user