From be0ea904eec1ee2e725581f964133fa872fc6bf3 Mon Sep 17 00:00:00 2001 From: Andre H Date: Fri, 1 Mar 2024 14:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20REMOVE=20framework=20fo?= =?UTF-8?q?r=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projects/create/template/index.tsx | 36 +------------------ 1 file changed, 1 insertion(+), 35 deletions(-) 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