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
Add a link
Reference in a new issue