: null}
+ {repo && !remoteName ?
+
: null}
+
>
)
}
diff --git a/libs/remix-ui/git/src/components/panels/setup.tsx b/libs/remix-ui/git/src/components/panels/setup.tsx
index 42a68014ae..71b35f1499 100644
--- a/libs/remix-ui/git/src/components/panels/setup.tsx
+++ b/libs/remix-ui/git/src/components/panels/setup.tsx
@@ -1,6 +1,7 @@
import React, { useEffect, useState } from 'react'
import { GetDeviceCode } from '../github/devicecode'
import { GitHubCredentials } from './githubcredentials'
+import { Clone } from './clone'
export const Setup = () => {
@@ -19,6 +20,8 @@ export const Setup = () => {
+