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