Start adding stuff for user reminders
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { UserReminders } from "./UserReminders";
|
||||
|
||||
export const User = () => {
|
||||
return (
|
||||
<>
|
||||
<UserReminders />
|
||||
</>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user