feat: improve editor
This commit is contained in:
parent
b784264d96
commit
ccf6a17f72
12 changed files with 68 additions and 24 deletions
|
@ -29,3 +29,5 @@ export interface GroupedNotifications {
|
|||
type: string
|
||||
items: Notification[]
|
||||
}
|
||||
|
||||
export type TranslateFn = ReturnType<typeof useI18n>['t']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue