Files
Users-Wrench/src/views/NotificationPage.jsx
T
2023-07-20 10:22:10 +01:00

10 lines
153 B
React

import Notification from "../components/Notification";
export default function notification() {
return (
<>
<Notification />
</>
);
}