feat(columns): add default column

This commit is contained in:
2024-01-02 12:28:48 +07:00
parent 7856d6d49d
commit 698f5a5d6d
12 changed files with 271 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ export const HASHTAGS = [
];
export const COL_TYPES = {
default: 0,
user: 1,
thread: 2,
hashtag: 3,