import React from 'react'; export const Reveal = ({ children }: { children: React.ReactNode }) => { return <>{children}; };