import {userHandler} from "./handlers/user"; export const handler = [ ...userHandler ];