From 937b66e3b503ea91439d811ecdd28bb3588dac3c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 8 Feb 2024 18:53:49 -0600 Subject: [PATCH] Integrate updates --- src/components/dialogs/ReportDialog/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialogs/ReportDialog/index.tsx b/src/components/dialogs/ReportDialog/index.tsx index 1a3ac140e9..122a0cef06 100644 --- a/src/components/dialogs/ReportDialog/index.tsx +++ b/src/components/dialogs/ReportDialog/index.tsx @@ -16,7 +16,7 @@ import { useButtonContext, } from '#/components/Button' import {Divider} from '#/components/Divider' -import {useLabelGroupStrings} from '#/lib/moderation' +import {useLabelGroupStrings} from '#/lib/moderation/useLabelGroupStrings' import { ChevronRight_Stroke2_Corner0_Rounded as ChevronRight, ChevronLeft_Stroke2_Corner0_Rounded as ChevronLeft,