From 3338a0d36015752e94bd9009b75f47d92268a35f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 2 Mar 2018 13:04:56 +0300 Subject: Post component --- vnext/src/components/Post.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vnext/src/components/Post.js (limited to 'vnext/src/components') diff --git a/vnext/src/components/Post.js b/vnext/src/components/Post.js new file mode 100644 index 00000000..54be77df --- /dev/null +++ b/vnext/src/components/Post.js @@ -0,0 +1,20 @@ +import React from 'react' + +export default class Post extends React.Component { + render() { + return ( +
+
+

+ Фото: + (JPG/PNG) +

+

+ +
+ +

+
+
+ )} +}; \ No newline at end of file -- cgit v1.2.3