feat admin sticker

deksrupsi:
- edit stiker
- hapu stiker
This commit is contained in:
2025-05-16 14:32:56 +08:00
parent f245969602
commit 9733efb4f3
9 changed files with 728 additions and 72 deletions

View File

@@ -6,4 +6,5 @@ export const RouterAdminAppInformation = {
// Sticker
sticker: "/dev/admin/app-information/sticker",
createSticker: "/dev/admin/app-information/sticker/create",
detailSticker: ({ id }: { id: string }) => `/dev/admin/app-information/sticker/${id}`,
};