diff --git a/pages/FamilyList.tsx b/pages/FamilyList.tsx index 81a9aa3..7ffc8e6 100644 --- a/pages/FamilyList.tsx +++ b/pages/FamilyList.tsx @@ -1,7 +1,7 @@ import React, { useEffect, useState } from 'react'; import { Link } from 'react-router-dom'; -import { CondoService } from '../services/mockDb'; +import { CondoService } from '../services/api'; import { Family, Condo, Notice, AppSettings } from '../types'; import { Search, ChevronRight, UserCircle, Building, Bell, AlertTriangle, Hammer, Calendar, Info, Link as LinkIcon, Check } from 'lucide-react';