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:
William Casarin
2024-08-31 08:08:17 -07:00
parent 9a9342ad35
commit db49cf3c4b
5 changed files with 52 additions and 47 deletions

View File

@@ -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};