diff --git a/packages/frontend/src/pages/org-slug/projects/create/template/index.tsx b/packages/frontend/src/pages/org-slug/projects/create/template/index.tsx index 236442a0..9fc8795e 100644 --- a/packages/frontend/src/pages/org-slug/projects/create/template/index.tsx +++ b/packages/frontend/src/pages/org-slug/projects/create/template/index.tsx @@ -9,13 +9,8 @@ import { useGQLClient } from '../../../../../context/GQLClientContext'; import { Template } from '../../../../../types'; import { Heading } from 'components/shared/Heading'; import { Input } from 'components/shared/Input'; -import { Radio } from 'components/shared/Radio'; import { Select, SelectOption } from 'components/shared/Select'; -import { - ArrowRightCircleFilledIcon, - GitIcon, - GitTeaIcon, -} from 'components/shared/CustomIcon'; +import { ArrowRightCircleFilledIcon } from 'components/shared/CustomIcon'; import { Checkbox } from 'components/shared/Checkbox'; import { Button } from 'components/shared/Button'; @@ -38,19 +33,6 @@ const CreateRepo = () => { const [gitAccounts, setGitAccounts] = useState([]); const [isLoading, setIsLoading] = useState(false); - const FRAMEWORK_OPTIONS = [ - { - value: 'React', - label: 'React Native', - leftIcon: , - }, - { - value: 'Expo', - label: 'Expo', - leftIcon: , - }, - ]; - const submitRepoHandler: SubmitHandler = useCallback( async (data) => { assert(data.account); @@ -140,22 +122,6 @@ const CreateRepo = () => { The project will be cloned into this repository -
- Framework - ( - - )} - /> -
Git account