Pages added
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import Reminders from "../components/Reminders";
|
||||
|
||||
export default function RemindersPage() {
|
||||
return (
|
||||
<>
|
||||
<Reminders />
|
||||
</>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import Tracking from "../components/Tracking";
|
||||
|
||||
export default function TrackingPage() {
|
||||
return (
|
||||
<>
|
||||
<Tracking />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user