restore following column type

This commit is contained in:
Hazelnoot 2025-03-30 02:08:28 -04:00
parent ea2a3be70f
commit b6b0a54101

View file

@ -39,6 +39,7 @@ export const columnTypes = [
'mentions',
'direct',
'roleTimeline',
'following',
] as const;
export type ColumnType = typeof columnTypes[number];