mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
restore following column type
This commit is contained in:
parent
ea2a3be70f
commit
b6b0a54101
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ export const columnTypes = [
|
|||
'mentions',
|
||||
'direct',
|
||||
'roleTimeline',
|
||||
'following',
|
||||
] as const;
|
||||
|
||||
export type ColumnType = typeof columnTypes[number];
|
||||
|
|
Loading…
Add table
Reference in a new issue