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