// src/server/features/rooms/db/index.ts
// Database tables for rooms feature

export * from './rooms.table';
