feat: workspace themes

This commit is contained in:
pablohashescobar 2023-04-10 18:14:09 +05:30
parent 33ea1cb9d3
commit b6c911f484
7 changed files with 139 additions and 4 deletions

View file

@ -40,6 +40,8 @@ from .workspace import (
UserActivityGraphEndpoint,
UserIssueCompletedGraphEndpoint,
UserWorkspaceDashboardEndpoint,
WorkspaceThemeViewSet,
UserWorkspaceThemeEndpoint,
)
from .state import StateViewSet
from .shortcut import ShortCutViewSet