summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/post.tsx')
-rw-r--r--ui/src/components/post.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx
index 56b73f6e..3f243220 100644
--- a/ui/src/components/post.tsx
+++ b/ui/src/components/post.tsx
@@ -10,7 +10,6 @@ import { CommentForm } from './comment-form';
import { CommentNodes } from './comment-nodes';
import * as autosize from 'autosize';
-
interface PostState {
post: PostI;
comments: Array<Comment>;