setup map component to render correctly and visualize all listings in scrollable components

This commit is contained in:
Viktor Barzin 2025-06-15 21:06:10 +00:00
parent a8ee95b9d9
commit 8e41032c6c
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
23 changed files with 2183 additions and 342 deletions

View file

@ -1,10 +1,8 @@
import { login } from '@/auth/authService';
import { Button } from "@/components/ui/button";
import React from 'react';
import '../assets/LoginModal.css';
import { Dialog, DialogContent, DialogFooter, DialogHeader, DialogTitle } from './ui/dialog';
interface ModalProps {
isOpen: boolean;
}