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/ViewPaste.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/ViewPaste.js')
| -rw-r--r-- | frontend/src/components/ViewPaste.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/ViewPaste.js b/frontend/src/components/ViewPaste.js index 6a2be4c..d7bd355 100644 --- a/frontend/src/components/ViewPaste.js +++ b/frontend/src/components/ViewPaste.js @@ -3,7 +3,7 @@ import Error from './Err'; import { TitleInput, PasteInput } from './Inputs'; import PasteInfo from './PasteInfo'; import PasswordModal from './PasswordModal' -import { FetchPaste, FetchPasswordPaste } from './httpHelper' +import { FetchPaste, FetchPasswordPaste } from '../helpers/httpHelper' const RENDER_MODES = Object.freeze({ RAW: 'raw text', |