import React from "react";

export default ({children, config}) => {
  return <>{children}</>;
};
