-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove unused layouts: MainLayout & MainLayoutAppDir #18498
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
@@ -42,7 +42,7 @@ export default function EnterprisePage() { | |||
]; | |||
return ( | |||
<div> | |||
<ShellMain heading={t("enterprise")} subtitle={t("enterprise_description")}> | |||
<Shell heading={t("enterprise")} subtitle={t("enterprise_description")}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EnterprisePage was basically doing
When it just could do
@@ -1,17 +0,0 @@ | |||
"use client"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that the only instance this was used is in app/enterprise/page.tsx
@@ -1,17 +0,0 @@ | |||
import type { ComponentProps } from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that this isn't used anywhere
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (01/07/25)1 reviewer was added to this PR based on Keith Williams's automation. |
E2E results are ready! |
What does this PR do?
Tested
Mandatory Tasks (DO NOT REMOVE)