Fix build errors: corrected import paths, added missing RatingList component, fixed syntax errors in rating components
All checks were successful
Build frontend / build (push) Successful in 54s
All checks were successful
Build frontend / build (push) Successful in 54s
This commit is contained in:
@ -49,9 +49,9 @@ import { getRentProperty, getSaleProperty, bookReservation, checkAvailability, g
|
||||
import AuthService from '../../services/AuthService';
|
||||
import { useFavorites } from '@/app/contexts/FavoritesContext';
|
||||
import { BuildingTypeKeys, PropertyStatusKeys, extractCity } from '../../enums';
|
||||
import RatingForm from '../../components/ratings/RatingForm.js';
|
||||
import RatingList from '../../components/ratings/RatingList.js';
|
||||
import StarRating from '../../components/ratings/StarRating.js';
|
||||
import RatingForm from '@/app/components/ratings/RatingForm.js';
|
||||
import RatingList from '@/app/components/ratings/RatingList.js';
|
||||
import StarRating from '@/app/components/ratings/StarRating.js';
|
||||
|
||||
// Copy to clipboard that works on HTTP too
|
||||
async function copyToClipboard(text) {
|
||||
|
||||
Reference in New Issue
Block a user