X Tutup
import { type ViteSSGContext } from 'vite-ssg' // eslint-disable-next-line no-unused-vars export type UserModule = (ctx: ViteSSGContext) => void
X Tutup