mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-28 20:54:19 +01:00
10 lines
175 B
Rust
10 lines
175 B
Rust
//use nostrdb::NoteKey;
|
|
|
|
/// App routing. These describe different places you can go inside Notedeck.
|
|
pub enum Route {
|
|
/*
|
|
ManageAccount,
|
|
Thread(NoteKey),
|
|
*/
|
|
}
|