diff --git a/examples/store/state.ts b/examples/store/state.ts index 15d5abc..1970201 100644 --- a/examples/store/state.ts +++ b/examples/store/state.ts @@ -5,6 +5,6 @@ class State extends Store.State { { key: "b", value: "B" }, { key: "c", value: "C" }, ]; - style = Styles.plainb; + style = Styles.plain; } export default new State();