This commit is contained in:
2026-02-23 14:37:25 +01:00
parent 070808737c
commit 125ac0f40f
5 changed files with 52 additions and 15 deletions
@@ -1,7 +1,7 @@
import React, { useMemo, useState } from 'react'
import { Platform, View } from 'react-native'
import { responsiveHeight } from 'react-native-responsive-dimensions'
import { background, icons } from '../../assets'
import { background } from '../../assets'
import GradientButton from '../../components/GradientButton'
import MusicLandHeader from '../../components/MusicLandHeader'
import { OTHER_OBJECTIVE_OPTION, OTHER_STYLE_OPTION } from '../../data/data'