Skip to content

fix: 🐛 drop dead LayoutSlotsProvider import in admin root#1

Merged
prc5 merged 1 commit into
mainfrom
fix/admin-root-layout-slots
Jul 11, 2026
Merged

fix: 🐛 drop dead LayoutSlotsProvider import in admin root#1
prc5 merged 1 commit into
mainfrom
fix/admin-root-layout-slots

Conversation

@prc5

@prc5 prc5 commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

The admin __root.tsx imported LayoutSlotsProvider from @/components/layouts/page/page-shell, a file that no longer exists. PageLayout is self-contained and pages use the shells/ system, so the import was dead code that broke the Vite build. Remove it and unwrap the provider.

The admin __root.tsx imported LayoutSlotsProvider from
@/components/layouts/page/page-shell, a file that no longer exists.
PageLayout is self-contained and pages use the shells/ system, so the
import was dead code that broke the Vite build. Remove it and unwrap the
provider.

Co-authored-by: Cursor <cursoragent@cursor.com>
@prc5
prc5 merged commit 998ee99 into main Jul 11, 2026
1 check passed
@prc5
prc5 deleted the fix/admin-root-layout-slots branch July 11, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant