Skip to content

Commit be8917c

Browse files
committed
fix: resolve merge conflict in Sidebar component product routes
1 parent 348e05b commit be8917c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/components/layout/Sidebar.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,8 @@ const Sidebar = ({ collapsed, onToggleSidebar }) => {
6767
path: "/products",
6868
children: [
6969
{ label: "Danh sách sản phẩm", path: "/products" },
70-
<<<<<<< HEAD
71-
=======
7270
{ label: "Thêm sản phẩm", path: "/products/addproduct" },
7371
{ label: "Danh mục & Brand", path: "/products/categories" },
74-
>>>>>>> dev
7572
{ label: "Thiết lập giá", path: "/products/price" },
7673
{ label: "Combo sản phẩm", path: "/products/combo" },
7774
],

0 commit comments

Comments
 (0)