Skip to content

Commit

Permalink
fix tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
onghwan committed Jan 28, 2025
1 parent 0286b0c commit 64af69a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/k2-alpine/src/components/Button/CircularButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import React, { forwardRef, PropsWithChildren } from 'react'
import { StyleProp, TouchableOpacity, ViewStyle } from 'react-native'
import {
StyleProp,
TouchableOpacity,
ViewStyle,
View as RNView
} from 'react-native'
import { View } from '../Primitives'
import { darkModeColors, lightModeColors } from '../../theme/tokens/colors'
import { alpha, overlayColor } from '../../utils/colors'
Expand Down

0 comments on commit 64af69a

Please sign in to comment.