mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
lint fixes
This commit is contained in:
parent
21960a5505
commit
d78585309a
@ -1,7 +1,15 @@
|
|||||||
import { mutations, actions } from './store'
|
import { mutations, actions } from './store'
|
||||||
|
|
||||||
const { language, email, token, username, firstName, lastName, description, newsletterState } =
|
const {
|
||||||
mutations
|
language,
|
||||||
|
email,
|
||||||
|
token,
|
||||||
|
username,
|
||||||
|
firstName,
|
||||||
|
lastName,
|
||||||
|
description,
|
||||||
|
newsletterState,
|
||||||
|
} = mutations
|
||||||
const { login, logout } = actions
|
const { login, logout } = actions
|
||||||
|
|
||||||
describe('Vuex store', () => {
|
describe('Vuex store', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user