react date-picker import

This commit is contained in:
2023-02-10 10:08:04 -05:00
parent 4c8ffb42f5
commit d13ddd5cec
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@ import HistoryAnalyticsCard from '../Cards/HistoryAnalyticsCard'
import Layout from '../Partials/Layout'
import ReminderTable from './ReminderTable'
import { Link } from 'react-router-dom'
import DatePicker from "react-datepicker"
import "react-datepicker/dist/react-datepicker.css"
export default function Reminders() {
return (