Basic builds table for new repo view
This commit is contained in:
parent
5686c80af1
commit
1ed3c1444d
6 changed files with 112 additions and 9 deletions
|
@ -9,8 +9,8 @@ interface tag {
|
|||
}
|
||||
|
||||
interface ISidebar {
|
||||
isPublic: string,
|
||||
tags: Array<tag>,
|
||||
isPublic: string;
|
||||
tags: Array<tag>;
|
||||
repository: Object
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue