summaryrefslogtreecommitdiff
path: root/src/state/editor/bar.rs
blob: f6163af18087db7d6d08ff990d5063cd6e9ec7fc (plain)
1
2
3
4
5
6
7
use crate::state::{bar::BarState, GlobalState};

BarState!(
    EditorBarState,
    (),
    GlobalState::get().editor.bar
);