mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 18:12:48 +03:00
fix: commitlines type import
This commit is contained in:
parent
836b86a753
commit
007f3516fe
@ -1,5 +1,5 @@
|
|||||||
import type { CommitData, Author } from '$lib/commitLines/types';
|
|
||||||
import type { AnyCommit } from '$lib/vbranches/types';
|
import type { AnyCommit } from '$lib/vbranches/types';
|
||||||
|
import type { CommitData, Author } from '@gitbutler/ui/CommitLines/types';
|
||||||
|
|
||||||
export function transformAnyCommit(anyCommit: AnyCommit): CommitData {
|
export function transformAnyCommit(anyCommit: AnyCommit): CommitData {
|
||||||
const output = pullCommitDetails(anyCommit);
|
const output = pullCommitDetails(anyCommit);
|
||||||
|
Loading…
Reference in New Issue
Block a user