aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/userVoiceShow/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/userVoiceShow/index.tsx')
-rw-r--r--src/plugins/userVoiceShow/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/userVoiceShow/index.tsx b/src/plugins/userVoiceShow/index.tsx
index 3379672..3b6609b 100644
--- a/src/plugins/userVoiceShow/index.tsx
+++ b/src/plugins/userVoiceShow/index.tsx
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import { definePluginSettings } from "@api/settings";
+import { definePluginSettings } from "@api/Settings";
import ErrorBoundary from "@components/ErrorBoundary";
import { Devs } from "@utils/constants";
import definePlugin, { OptionType } from "@utils/types";