spotatui 0.29.0

A Spotify client for the terminal written in Rust, powered by Ratatui
1
2
3
use crate::{app::App, event::Key};

pub fn handler(_key: Key, _app: &mut App) {}