refactor(client): Export default reaction setting and use it
This commit is contained in:
parent
d57d55a226
commit
729116c9e5
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import createPersistedState from 'vuex-persistedstate';
|
|||
import * as nestedProperty from 'nested-property';
|
||||
import { apiUrl } from './config';
|
||||
|
||||
const defaultSettings = {
|
||||
export const defaultSettings = {
|
||||
tutorial: 0,
|
||||
keepCw: false,
|
||||
showFullAcct: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue