Organize directories and path

This commit is contained in:
Ian Minoso 2016-11-01 14:28:27 -04:00
parent f92551a9d1
commit 8d233ca493
5 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,10 @@
import * as React from "react";
class repoHeader extends React.Component<{}, {}> {
render () {
return <div> The component for the header</div>;
}
}
export default repoHeader;