Merge pull request #108 from bipproduction/lukman/13-agustus-2024

feat : update announcement
This commit is contained in:
Amalia
2024-08-13 10:01:20 +08:00
committed by GitHub
10 changed files with 226 additions and 55 deletions

View File

@@ -1,9 +1,9 @@
import { CreateAnnouncement } from "@/module/announcement";
function Page() {
return (
""
// <ViewCreateAnnouncement />
<CreateAnnouncement />
)
}