mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
136d895d15
Signed-off-by: Philip Molares <philip.molares@udo.edu>
9 lines
144 B
JavaScript
9 lines
144 B
JavaScript
import modeType from './modeType'
|
|
|
|
const state = {
|
|
syncscroll: true,
|
|
currentMode: modeType.view,
|
|
nightMode: false
|
|
}
|
|
|
|
export default state
|