diff options
Diffstat (limited to 'src/components/KeyboardPadding.tsx')
-rw-r--r-- | src/components/KeyboardPadding.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/KeyboardPadding.tsx b/src/components/KeyboardPadding.tsx deleted file mode 100644 index 797d42ba0..000000000 --- a/src/components/KeyboardPadding.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export function KeyboardPadding({maxHeight: _}: {maxHeight?: number}) { - return null -} |