diff options
| author | Fuwn <[email protected]> | 2025-02-19 21:55:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-19 21:55:46 -0800 |
| commit | d10c8043e82bb400a318c05062ba016eb192b0be (patch) | |
| tree | bdd0202315a98751a474080b8431d0145cd936f7 /Sora/Views/Post | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-d10c8043e82bb400a318c05062ba016eb192b0be.tar.xz sora-testing-d10c8043e82bb400a318c05062ba016eb192b0be.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post')
| -rw-r--r-- | Sora/Views/Post/PostLoadingStage.swift | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Sora/Views/Post/PostLoadingStage.swift b/Sora/Views/Post/PostLoadingStage.swift deleted file mode 100644 index 4a8c7f3..0000000 --- a/Sora/Views/Post/PostLoadingStage.swift +++ /dev/null @@ -1,5 +0,0 @@ -enum PostLoadingState { - case loadingPreview - case loadingFile - case loaded -} |