refactor: Extract Sidebar Link to component
This commit is contained in:
@@ -11,7 +11,6 @@ export enum PageLinkEnum {
|
||||
|
||||
export type MenuItem = {
|
||||
uid: string
|
||||
title: string
|
||||
linkText: string
|
||||
subItems: MenuItem[] | null
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user