@@ -0,0 +1,15 @@
package main
import (
"fmt"
"os"
tea "charm.land/bubbletea/v2"
)
func main() {
if _, err := tea.NewProgram(initModel()).Run(); err != nil {
fmt.Println("Error:", err)
os.Exit(1)
}
The note is not visible to the blocked user.