diff options
| author | jackyzha0 <[email protected]> | 2020-05-11 21:11:16 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-11 21:11:16 -0700 |
| commit | 433466a3947e75a36b811795bc21be1fff10b5e8 (patch) | |
| tree | 9e42dad77e7b8bdb3eefbbcfdc3eb7fa90817344 /frontend/src/components/ViewPaste.js | |
| parent | add basic link + route (diff) | |
| download | ctrl-v-433466a3947e75a36b811795bc21be1fff10b5e8.tar.xz ctrl-v-433466a3947e75a36b811795bc21be1fff10b5e8.zip | |
backend redir
Diffstat (limited to 'frontend/src/components/ViewPaste.js')
| -rw-r--r-- | frontend/src/components/ViewPaste.js | 16 |
1 files changed, 16 insertions, 0 deletions
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 ( + <div> + {this.props.hash} + </div> + ); + } +} + +export default ViewPaste
\ No newline at end of file |