UNPKG

@inertiapixel/nextjs-auth

Version:

A reusable Next.js authentication package supporting credentials, OTP, and OAuth login.

7 lines (6 loc) 220 B
'use client'; import { jsx as _jsx } from "react/jsx-runtime"; import { Suspense } from 'react'; export const SuspenseWrapper = ({ children }) => { return (_jsx(Suspense, { fallback: null, children: children })); };