Create dan Update
# feat - tampilan user - tampilan admin ## No Issue
This commit is contained in:
19
src/app/zCoba/page.tsx
Normal file
19
src/app/zCoba/page.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
"use client";
|
||||
|
||||
import { NotifPeringatan } from "@/app_modules/donasi/component/notifikasi/notif_peringatan";
|
||||
import { Box, Button, Group } from "@mantine/core";
|
||||
import { notifications } from "@mantine/notifications";
|
||||
|
||||
export default function Coba() {
|
||||
return (
|
||||
<>
|
||||
<Box p={"lg"}>
|
||||
<Group position="center">
|
||||
<Button variant="outline" onClick={() => NotifPeringatan("Coba")}>
|
||||
Show notification
|
||||
</Button>
|
||||
</Group>
|
||||
</Box>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user