import React from 'react' import { SingleDatePicker } from "../src/index.ts" import './app.scss' export default () => { function onSelect(value) { alert(`You select ${value.year}-${value.month}-${value.day}`) } return (