mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 17:57:42 +02:00
Move services to public (#6156)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
// Copyright © 2023 Hardcore Engineering Inc.
|
||||
//
|
||||
-->
|
||||
<script lang="ts">
|
||||
import { GithubPullRequest } from '@hcengineering/github'
|
||||
import PullRequestDiff from './PullRequestDiff.svelte'
|
||||
|
||||
export let object: GithubPullRequest
|
||||
export let embedded = false
|
||||
</script>
|
||||
|
||||
<div class="mt-6">
|
||||
<PullRequestDiff pullRequest={object} />
|
||||
</div>
|
||||
Reference in New Issue
Block a user