Skip to content

Commit

Permalink
feat: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhi499 committed Mar 1, 2024
1 parent ab5e327 commit a2771ae
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ import {
Button,
ButtonText,
Box,
} from '../../components-example/themed';
import {
VStack,
Input,
InputIcon,
Expand All @@ -46,13 +44,20 @@ import {
FormControlHelper,
FormControlHelperText,
HStack,
Image,
Text,
PlayIcon,
FavouriteIcon,
CloseIcon,
Icon,
TrashIcon,
ShareIcon
} from '../../components-example/themed';
import {
KeyboardAvoidingView,
Platform,
} from '@gluestack-ui/themed';
import { LeadingIcon, IconRoot } from '@gluestack-ui/themed';
import { Image, Text } from '@gluestack-ui/themed';
import { Icon, TrashIcon, ShareIcon } from '@gluestack-ui/themed';
import { PlayIcon, FavouriteIcon, CloseIcon } from '@gluestack-ui/themed';
import { transformedCode } from '../../utils';
import {
AppProvider,
Expand Down

0 comments on commit a2771ae

Please sign in to comment.