mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-22 14:49:40 +02:00
reorganize all frontend items
This commit is contained in:
parent
d67240d449
commit
00a8fdda41
147 changed files with 3845 additions and 743 deletions
9
frontend/types/application-types.ts
Normal file
9
frontend/types/application-types.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { TranslateResult } from "vue-i18n";
|
||||
|
||||
export interface SideBarLink {
|
||||
icon: string
|
||||
to: string
|
||||
title: TranslateResult
|
||||
}
|
||||
|
||||
export type SidebarLinks = Array<SideBarLink>
|
Loading…
Add table
Add a link
Reference in a new issue