feat(ui): yacht list page with columns and filters

This commit is contained in:
Matt Ciaccio
2026-04-24 13:44:15 +02:00
parent 76d2348873
commit f64a52b995
4 changed files with 385 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { YachtList } from '@/components/yachts/yacht-list';
export default function YachtsPage() {
return <YachtList />;
}