mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 10:22:53 +00:00
init react
This commit is contained in:
9
client/js/pages/Index.js
Normal file
9
client/js/pages/Index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export default class Index extends React.Component{
|
||||
render(){
|
||||
return(
|
||||
<div>This is the index test component</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user