Organize directories and path
This commit is contained in:
parent
f92551a9d1
commit
8d233ca493
5 changed files with 2 additions and 2 deletions
10
static/js/directives/components/pages/repo-page/header.tsx
Normal file
10
static/js/directives/components/pages/repo-page/header.tsx
Normal 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;
|
||||
|
Reference in a new issue