import express from 'express'; export const routes = express.Router(); import {auth} from './auth/auth.js'; routes.use('/auth', auth)