mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 18:25:21 -04:00
Feature/lazy load components (#590)
This commit is contained in:
parent
9c38655a92
commit
101292da92
46 changed files with 261 additions and 248 deletions
|
@ -1,10 +1,5 @@
|
|||
import { Reducer } from 'redux'
|
||||
import {
|
||||
BannerActions,
|
||||
BannerActionType,
|
||||
BannerState,
|
||||
SetBannerAction
|
||||
} from './types'
|
||||
import { BannerActions, BannerActionType, BannerState, SetBannerAction } from './types'
|
||||
|
||||
export const initialState: BannerState = {
|
||||
show: true,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { Config } from '../../api/config/types'
|
||||
import { store } from '..'
|
||||
import { Config } from '../../api/config/types'
|
||||
import { ConfigActionType, SetConfigAction } from './types'
|
||||
|
||||
export const setConfig = (state: Config): void => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue