import { FunctionComponent } from 'preact'; export const PreferencesSegment: FunctionComponent = ({ children }) => (
{children}
);