Skip to content

Commit

Permalink
feat: add preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sans-harness committed Jan 25, 2025
1 parent f5832ec commit 110852e
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
import { RepoEmptyView } from '@harnessio/ui/views'

export const RepoEmpty = () => {
return <RepoEmptyView />
return (
<RepoEmptyView
httpUrl="https://github.com/mock-repo"
repoName="mock-repo"
projName="mock-project"
sshUrl="[email protected]:mock-repo.git"
/>
)
}

0 comments on commit 110852e

Please sign in to comment.