UNPKG

rasengan

Version:

The modern React Framework

9 lines (8 loc) 244 B
import { jsx as _jsx } from "react/jsx-runtime"; /** * This component is used as a fallback when the page is not yet hydrated * @returns */ export const HydrationFallback = () => { return _jsx("div", { children: "Loading page..." }); };