about summary refs log tree commit diff
path: root/src/view/com/posts/AviFollowButton.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/posts/AviFollowButton.web.tsx')
-rw-r--r--src/view/com/posts/AviFollowButton.web.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/view/com/posts/AviFollowButton.web.tsx b/src/view/com/posts/AviFollowButton.web.tsx
deleted file mode 100644
index 90b2ddeec..000000000
--- a/src/view/com/posts/AviFollowButton.web.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import React from 'react'
-
-export function AviFollowButton({children}: {children: React.ReactNode}) {
-  return children
-}