Skip to content

Commit 674ab35

Browse files
committed
fix(build): convert updater/page to component
If it's not a page, don't use page.tsx
1 parent f0104f8 commit 674ab35

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/settings/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import useKeyPress from "../accessibility/keyboard_nav";
1616
import { useRouter } from "next/navigation";
1717
import Contacts from "../contacts/page";
1818
import { Contact } from "../contacts/types";
19-
import ConfirmUpdateDialog from "../updater/page";
19+
import ConfirmUpdateDialog from "../updater/ConfirmUpdateDialog";
2020

2121
type SectionProps = {
2222
children: ReactElement;

0 commit comments

Comments
 (0)