diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-22 16:08:45 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-07-22 16:08:45 -0400 |
| commit | 848204d684f6dfb8ada0856a50487d00ad2c77df (patch) | |
| tree | 6d554b75cfbe2fbee1e03477aaa0c3f94927e935 /src/store/initialStates.ts | |
| parent | bc82aaf481949d690af814b9dd4a0e9cab387011 (diff) | |
Add action for handling all video uploads
Diffstat (limited to 'src/store/initialStates.ts')
| -rw-r--r-- | src/store/initialStates.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index ddfdf5d2..7d8cf439 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -11,7 +11,6 @@ import { CommentThreadType, MomentPostType, MomentUploadProgressBarType, - MomentUploadStatusType, UniversityType, } from './../types/types'; |
