1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 10:22:53 +00:00

plenty o changes

This commit is contained in:
2016-08-18 20:32:54 +00:00
parent 2cfda4bb4f
commit 3e6ffc206a
11 changed files with 175 additions and 30 deletions

View File

@@ -0,0 +1,11 @@
import React from 'react';
export default class Post extends React.Component{
render(){
return(
<div></div>
);
}
}