import React from "react"; import Moment from "react-moment"; export function DateFormatter(props) { return {props.children || null}; } export function DateTimeFormatter(props) { return {props.children || ""}; }