import { DotLottieReact } from "@lottiefiles/dotlottie-react"; export const unlockAnimation = () => { return ( ); }; export const approvalAnimation = () => { return ( ); }; export const logoutAnimation = () => { return ( ); };