6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
|
|
import { YachtList } from '@/components/yachts/yacht-list';
|
||
|
|
|
||
|
|
export default function YachtsPage() {
|
||
|
|
return <YachtList />;
|
||
|
|
}
|