From 57e2aec6aeac8b5ebf862acef464612e0f5dde2e Mon Sep 17 00:00:00 2001
From: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com>
Date: Tue, 30 Jul 2024 19:08:29 +0100
Subject: [PATCH] Remove test duplicate
---
playground/nextjs/src/app/layout.tsx | 5 -----
1 file changed, 5 deletions(-)
diff --git a/playground/nextjs/src/app/layout.tsx b/playground/nextjs/src/app/layout.tsx
index cbf736d0b45..faed9a71aed 100644
--- a/playground/nextjs/src/app/layout.tsx
+++ b/playground/nextjs/src/app/layout.tsx
@@ -19,11 +19,6 @@ const NAVIGATION: Navigation = [
title: 'Orders',
icon: ,
},
- {
- segment: 'orders',
- title: 'Orders',
- icon: ,
- },
];
export default function RootLayout(props: { children: React.ReactNode }) {