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