import React, {PropsWithChildren} from 'react' export const FudgeWrapper = ({children}: PropsWithChildren<{}>) => { return <>{children} }