Skip to content

Commit 640bdaa

Browse files
committed
chore(docs): removed unused code
1 parent 5a8f985 commit 640bdaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app-typescript/components/Button.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { TouchableOpacity, View } from 'react-native';
1+
import { TouchableOpacity } from 'react-native';
22
import { type VariantProps } from 'jacaranda';
33
import { Typography } from './Typography';
4-
import { sva, styled } from '../jacaranda.config';
4+
import { sva } from '../jacaranda.config';
55

66
type ButtonProps = VariantProps<typeof buttonStyles> & {
77
children?: React.ReactNode;

0 commit comments

Comments
 (0)