diff --git a/src/plugins/holynotes/components/modals/HelpModal.tsx b/src/plugins/holynotes/components/modals/HelpModal.tsx index 9899a333d..508273171 100644 --- a/src/plugins/holynotes/components/modals/HelpModal.tsx +++ b/src/plugins/holynotes/components/modals/HelpModal.tsx @@ -8,7 +8,7 @@ import { ModalCloseButton, ModalContent, ModalFooter, ModalHeader, ModalProps, M import { findByProps } from "@webpack"; import { Button, Forms, Text } from "@webpack/common"; -import noteHandler from "../../noteHandler"; +import noteHandler from "../../NoteHandler"; import { downloadNotes, uploadNotes } from "../../utils"; export default ({ onClose, ...modalProps }: ModalProps & { onClose: () => void; }) => { @@ -62,7 +62,6 @@ export default ({ onClose, ...modalProps }: ModalProps & { onClose: () => void; onClick={() => { noteHandler.refreshAvatars(); }}>Refresh Avatars -