Initial upload: DevDash CLI with TUI dashboard
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
5
src/ui/components/__init__.py
Normal file
5
src/ui/components/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
from src.ui.components.status import StatusIndicator
|
||||||
|
from src.ui.components.cards import PullRequestCard, IssueCard
|
||||||
|
from src.ui.components.panels import GitStatusPanel, CIStatusPanel, PullRequestsPanel, IssuesPanel
|
||||||
|
|
||||||
|
__all__ = ["StatusIndicator", "PullRequestCard", "IssueCard", "GitStatusPanel", "CIStatusPanel", "PullRequestsPanel", "IssuesPanel"]
|
||||||
Reference in New Issue
Block a user