Skip to content

Commit e37a6a5

Browse files
committed
refactor(layout): remove unused preferredRegion export
1 parent b21d81e commit e37a6a5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/app/src/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ const font = localFont({
7676
variable: '--font-general-sans',
7777
});
7878

79-
export const preferredRegion = ['auto'];
80-
8179
export default async function Layout({ children }: { children: React.ReactNode }) {
8280
const session = await auth.api.getSession({
8381
headers: await headers(),

0 commit comments

Comments
 (0)