We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0104f8 commit 674ab35Copy full SHA for 674ab35
src/app/settings/page.tsx
@@ -16,7 +16,7 @@ import useKeyPress from "../accessibility/keyboard_nav";
16
import { useRouter } from "next/navigation";
17
import Contacts from "../contacts/page";
18
import { Contact } from "../contacts/types";
19
-import ConfirmUpdateDialog from "../updater/page";
+import ConfirmUpdateDialog from "../updater/ConfirmUpdateDialog";
20
21
type SectionProps = {
22
children: ReactElement;
src/app/updater/page.tsx src/app/updater/ConfirmUpdateDialog.tsxsrc/app/updater/page.tsx renamed to src/app/updater/ConfirmUpdateDialog.tsx
0 commit comments