diff --git a/src/components/Reminders/index.jsx b/src/components/Reminders/index.jsx index 032df13..a36ba00 100644 --- a/src/components/Reminders/index.jsx +++ b/src/components/Reminders/index.jsx @@ -1,12 +1,29 @@ -import React from "react"; -import HistoryAnalyticsCard from "../Cards/HistoryAnalyticsCard"; -import Layout from "../Partials/Layout"; -import ReminderTable from "./ReminderTable"; +import React from 'react' +import HistoryAnalyticsCard from '../Cards/HistoryAnalyticsCard' +import Layout from '../Partials/Layout' +import ReminderTable from './ReminderTable' +import { Link } from 'react-router-dom' export default function Reminders() { return ( <> +
+
+
+
+
+ + Add Reminder + +
+
+
+
+
@@ -14,5 +31,5 @@ export default function Reminders() {
- ); + ) }