From 433466a3947e75a36b811795bc21be1fff10b5e8 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Mon, 11 May 2020 21:11:16 -0700 Subject: backend redir --- frontend/src/components/ViewPaste.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 frontend/src/components/ViewPaste.js (limited to 'frontend/src/components/ViewPaste.js') diff --git a/frontend/src/components/ViewPaste.js b/frontend/src/components/ViewPaste.js new file mode 100644 index 0000000..aa0da34 --- /dev/null +++ b/frontend/src/components/ViewPaste.js @@ -0,0 +1,16 @@ +import React from 'react'; +// import { TitleInput, PasteInput } from './Inputs' +// import OptionsContainer from './Options' +// import axios from 'axios'; + +class ViewPaste extends React.Component { + render() { + return ( +
+ {this.props.hash} +
+ ); + } +} + +export default ViewPaste \ No newline at end of file -- cgit v1.2.3