feat : update announcement

This commit is contained in:
lukman
2024-08-13 09:33:26 +08:00
parent 9a000d3387
commit 54ccceb12f
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 />
)
}