diff options
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 |