Basic builds table for new repo view

This commit is contained in:
Ian Minoso 2016-12-12 12:05:22 -08:00
parent 5686c80af1
commit 1ed3c1444d
6 changed files with 112 additions and 9 deletions

View file

@ -1,8 +1,8 @@
import * as React from "react";
interface IHeader {
name: string,
namespace: string
name: string;
namespace: string;
}
/**