mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 08:04:45 -04:00
fix(motd): move fetch into component
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
0dac59ed2d
commit
8a5f86a89e
13 changed files with 359 additions and 254 deletions
2
src/redux/application-state.d.ts
vendored
2
src/redux/application-state.d.ts
vendored
|
@ -6,7 +6,6 @@
|
|||
|
||||
import type { OptionalUserState } from './user/types'
|
||||
import type { Config } from '../api/config/types'
|
||||
import type { OptionalMotdState } from './motd/types'
|
||||
import type { EditorConfig } from './editor/types'
|
||||
import type { DarkModeConfig } from './dark-mode/types'
|
||||
import type { NoteDetails } from './note-details/types/note-details'
|
||||
|
@ -17,7 +16,6 @@ import type { RealtimeState } from './realtime/types'
|
|||
export interface ApplicationState {
|
||||
user: OptionalUserState
|
||||
config: Config
|
||||
motd: OptionalMotdState
|
||||
history: HistoryEntryWithOrigin[]
|
||||
editorConfig: EditorConfig
|
||||
darkMode: DarkModeConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue