---
// Import the necessary components from their respective component files
import LoginModal from "../ui/forms/LoginModal.astro";
import RegisterModal from "../ui/forms/RegisterModal.astro";
import RecoverModal from "../ui/forms/RecoverModal.astro";
import LoginBtn from "../ui/buttons/LoginBtn.astro";
---