mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-16 14:54:20 +01:00
tidy: move ColumnKind to its own file
timeline file is starting to get messy Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use crate::timeline::{ColumnKind, ListKind, PubkeySource, Timeline};
|
||||
use crate::column::{ColumnKind, ListKind, PubkeySource};
|
||||
use crate::timeline::Timeline;
|
||||
use crate::Error;
|
||||
use enostr::{Filter, Keypair, Pubkey, SecretKey};
|
||||
use nostrdb::{Ndb, Transaction};
|
||||
|
||||
Reference in New Issue
Block a user