1
0
mirror of https://github.com/dnwSilver/tld.git synced 2025-05-01 09:16:18 +00:00
teamlead-dashboard/internal/pkg/widgets/widget.go

6 lines
60 B
Go
Raw Normal View History

2024-02-02 20:53:55 +00:00
package widgets
type Widget interface {
Render() string
}