6 lines
191 B
TypeScript
6 lines
191 B
TypeScript
|
|
import { ResidentialInterestsList } from '@/components/residential/residential-interests-list';
|
||
|
|
|
||
|
|
export default function ResidentialInterestsPage() {
|
||
|
|
return <ResidentialInterestsList />;
|
||
|
|
}
|