revert all the changes that are not needed'

This commit is contained in:
Hailey
2024-10-02 17:13:42 -07:00
parent bb33aa0106
commit 67e4d775c9
8 changed files with 24 additions and 42 deletions
-12
View File
@@ -1,12 +0,0 @@
import React from 'react'
import {Button, ButtonProps} from '#/components/Button'
import {NormalizedRNGHPressable} from '#/components/NormalizedRNGHPressable'
export function BottomSheetButton({children, ...rest}: ButtonProps) {
return (
<Button {...rest} Component={NormalizedRNGHPressable}>
{children}
</Button>
)
}