- Move listing_dao.rs and user_dao.rs to src/db/dao/ - Create dao/mod.rs with proper re-exports for ListingDAO and UserDAO - Update import paths in DAO files to work from new location - Update db/mod.rs to import from new dao module - All tests still pass - no functionality changes