Skip to content

Commit 6fc02ef

Browse files
committed
fix: typecheck
1 parent ebc2638 commit 6fc02ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/blocks/Contributors/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {Animatable} from '@gravity-ui/page-constructor';
2-
import {Contributor} from 'src/api';
32

43
import {CustomBlock} from '../constants';
54

@@ -11,7 +10,6 @@ type TelegramLink = {
1110
export type ContributorsProps = Animatable & {
1211
title: string;
1312
link: TelegramLink;
14-
contributors: Contributor[];
1513
};
1614

1715
export type ContributorsModel = ContributorsProps & {

0 commit comments

Comments
 (0)