Skip to content

Commit

Permalink
refactor(*): 🎉 remove unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Aug 29, 2023
1 parent b276f8f commit 980aa44
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 864 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ export default function CreateRobotFormRepositoryItem({
const [isShowAccordion, setIsShowAccordion] = useState<boolean>(false);
const [responseRepositories, setResponseRepositories] = useState<any[]>([]);
const [responseBranches, setResponseBranches] = useState<any[]>([]);

const dispatch = useAppDispatch();

const github = useGithub();

const { handleRemoveRepositoryFromWorkspaceStep } = useCreateRobot();

const github = useGithub();

useEffect(() => {
github?.githubAuth &&
dispatch(getGithubUserRepositories()).then((res: any) => {
Expand Down
37 changes: 0 additions & 37 deletions src/components/FormInputSelect/FormInputSelect.tsx

This file was deleted.

40 changes: 0 additions & 40 deletions src/components/FormInputText/FormInputText.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions src/components/InfoPanel/InfoPanel.tsx

This file was deleted.

Loading

0 comments on commit 980aa44

Please sign in to comment.