interface ContinuousProfilesProviderProps { children: React.ReactNode; } export default function ContinuousProfilesProvider({ children, }: ContinuousProfilesProviderProps) { return children; }