aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/ViewPaste.js
diff options
context:
space:
mode:
authorRyan Mehri <[email protected]>2020-05-14 12:55:40 -0600
committerGitHub <[email protected]>2020-05-14 12:55:40 -0600
commitfcadb1bf21403f357e48542fd94c78828044e07b (patch)
tree421ab164e447c63cb163aff4f081072385d8ca4f /frontend/src/components/ViewPaste.js
parentMerge pull request #20 from jackyzha0/pass-rendering (diff)
parenton new paste modal (diff)
downloadctrl-v-fcadb1bf21403f357e48542fd94c78828044e07b.tar.xz
ctrl-v-fcadb1bf21403f357e48542fd94c78828044e07b.zip
Merge pull request #22 from jackyzha0/paste-modal
on new paste modal
Diffstat (limited to 'frontend/src/components/ViewPaste.js')
-rw-r--r--frontend/src/components/ViewPaste.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/ViewPaste.js b/frontend/src/components/ViewPaste.js
index 7232825..835deaf 100644
--- a/frontend/src/components/ViewPaste.js
+++ b/frontend/src/components/ViewPaste.js
@@ -2,7 +2,7 @@ import React from 'react';
import Error from './Err';
import { TitleInput, PasteInput } from './Inputs';
import PasteInfo from './PasteInfo';
-import PasswordModal from './PasswordModal'
+import PasswordModal from './modals/PasswordModal'
import { FetchPaste, FetchPasswordPaste } from '../helpers/httpHelper'
const RENDER_MODES = Object.freeze({