diff options
| author | jackyzha0 <[email protected]> | 2020-05-12 22:30:23 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-12 22:30:23 -0700 |
| commit | 93a5b395effd88a783ef4bcd4162de281f6281ee (patch) | |
| tree | e098a67ba5d386a2d065c17eae053a613942bd21 /frontend/src/components/NewPaste.js | |
| parent | abstract http funcs into helper (diff) | |
| download | ctrl-v-93a5b395effd88a783ef4bcd4162de281f6281ee.tar.xz ctrl-v-93a5b395effd88a783ef4bcd4162de281f6281ee.zip | |
fix dir
Diffstat (limited to 'frontend/src/components/NewPaste.js')
| -rw-r--r-- | frontend/src/components/NewPaste.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/NewPaste.js b/frontend/src/components/NewPaste.js index dbcc5a7..1409c22 100644 --- a/frontend/src/components/NewPaste.js +++ b/frontend/src/components/NewPaste.js @@ -3,7 +3,7 @@ import { TitleInput, PasteInput } from './Inputs' import OptionsContainer from './Options' import { Redirect } from 'react-router-dom' import Error from './Err' -import { PostNewPaste } from './httpHelper' +import { PostNewPaste } from '../helpers/httpHelper' class NewPaste extends React.Component { constructor(props) { |