something works

This commit is contained in:
eyjhb 2025-01-26 12:56:18 +01:00
parent ac31b1a66f
commit 0d87346089
Signed by: eyjhb
GPG key ID: 609F508E3239F920
5 changed files with 283 additions and 0 deletions

8
cmd/feed_entries.go Normal file
View file

@ -0,0 +1,8 @@
// package cmd
// import "github.com/charmbracelet/bubbles/list"
// type feedEntriesModel struct {
// entries list.Model
// selectedEntry
// }