upd: theme'

Deskripsi:
- color pallete
- crud
- change theme

No Issues
This commit is contained in:
amel
2024-09-13 17:16:15 +08:00
parent 2ecbd9d9d5
commit fb9b876a8e
14 changed files with 807 additions and 190 deletions

View File

@@ -10,7 +10,7 @@ export default async function Layout({ children }: { children: React.ReactNode }
const user = await funGetUserByCookies()
return (
<>
<WrapLayout role={user.idUserRole}>
<WrapLayout role={user.idUserRole} theme={user.theme}>
{children}
</WrapLayout>
</>