mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-23 15:19:41 +02:00
feat: Allow Cookbooks To Share Names (#4186)
This commit is contained in:
parent
abe4504640
commit
dbbd662e7d
8 changed files with 185 additions and 29 deletions
|
@ -1,4 +1,5 @@
|
|||
export interface SideBarLink {
|
||||
key?: string;
|
||||
icon: string;
|
||||
to?: string;
|
||||
href?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue