diff options
| author | jackyzha0 <[email protected]> | 2020-05-13 23:34:12 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-13 23:34:12 -0700 |
| commit | 28f0e55475ecac41034e3fac8c48ea0a332d364c (patch) | |
| tree | 421ab164e447c63cb163aff4f081072385d8ca4f /frontend/src/components/ViewPaste.js | |
| parent | use var (diff) | |
| download | ctrl-v-28f0e55475ecac41034e3fac8c48ea0a332d364c.tar.xz ctrl-v-28f0e55475ecac41034e3fac8c48ea0a332d364c.zip | |
on new paste modal
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 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({ |