Skip to content

Commit 2d4f7ae

Browse files
空コンポーネントをnullに変更
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 44a177c commit 2d4f7ae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/(docs)/default.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export default function EmptyPage() {}
1+
export default function EmptyPage() {
2+
return null;
3+
}

0 commit comments

Comments
 (0)