Adds notes to mobile menu
This commit is contained in:
@@ -3,7 +3,7 @@ export interface HierarchyNode {
|
||||
title: string | null;
|
||||
children: Hierarchy | null;
|
||||
}
|
||||
type Hierarchy = Record<string, HierarchyNode>;
|
||||
export type Hierarchy = Record<string, HierarchyNode>;
|
||||
|
||||
function addToHierarchy(
|
||||
tree: Hierarchy,
|
||||
|
||||
Reference in New Issue
Block a user