Initial commit
This commit is contained in:
9
website/src/Home/Home.js
Normal file
9
website/src/Home/Home.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
export class Home extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div />
|
||||
)
|
||||
}
|
||||
}
|
||||
1
website/src/Home/index.js
Normal file
1
website/src/Home/index.js
Normal file
@@ -0,0 +1 @@
|
||||
export { Home } from './Home'
|
||||
Reference in New Issue
Block a user