import { RoleypolyHandler } from '@roleypoly/api/src/utils/context'; import { notImplemented } from '@roleypoly/api/src/utils/response'; /** * Full import flow for legacy config. */ export const legacyImport: RoleypolyHandler = () => { return notImplemented(); };