'use server' import { validator } from 'auth' export const action = validator(async () => {}) export default validator(async () => {})