generated from muhtadeetaron/nextjs-template
feat(zustand): add zustand stores for exam, timer and auth
This commit is contained in:
@ -2,7 +2,7 @@ import React, { JSX } from "react";
|
||||
|
||||
interface DestructibleAlertProps {
|
||||
text: string;
|
||||
icon: JSX.Element;
|
||||
icon?: JSX.Element;
|
||||
}
|
||||
|
||||
const DestructibleAlert: React.FC<DestructibleAlertProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user