feat(themes): Setup themes table (#6533)

This commit is contained in:
Mani Chandra
2024-11-14 14:10:20 +05:30
committed by GitHub
parent afd7f7d209
commit 29be1d4fad
15 changed files with 471 additions and 3 deletions

View File

@ -145,6 +145,7 @@ pub trait GlobalStorageInterface:
+ user::UserInterface
+ user_role::UserRoleInterface
+ user_key_store::UserKeyStoreInterface
+ user::theme::ThemeInterface
+ 'static
{
}