import { useInitializer } from '../hooks'; export const Initializer: React.FC = () => { useInitializer(); return null; };