about summary refs log tree commit diff
path: root/src/components/KeyboardControllerPadding.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/KeyboardControllerPadding.tsx')
-rw-r--r--src/components/KeyboardControllerPadding.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/KeyboardControllerPadding.tsx b/src/components/KeyboardControllerPadding.tsx
deleted file mode 100644
index f3163d87c..000000000
--- a/src/components/KeyboardControllerPadding.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-export function KeyboardControllerPadding({
-  maxHeight: _,
-}: {
-  maxHeight?: number
-}) {
-  return null
-}