import type { MiddlewareFunction } from 'react-router'

export const clientAuthMiddleware: MiddlewareFunction = () => {}
