Skip to content

Commit

Permalink
fix: Leftover unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Jun 19, 2024
1 parent af0155f commit ebadaa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/next/src/server/app-render/create-component-tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,6 @@ async function createComponentTreeInternal({
const NotFoundComponent = NotFound
const ForbiddenComponent = Forbidden
const RootLayoutComponent = LayoutOrPage
const RoolLayoutBoundaryComponent = () => {
return
}
return (
<ForbiddenBoundary
uiComponent={
Expand Down

0 comments on commit ebadaa5

Please sign in to comment.