Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed May 25, 2021
1 parent 97bea02 commit ccd9f40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/store/modules/app/actions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import axios from 'axios';
import isUndefined from 'lodash/isUndefined';
import { backend_keyboards_url, backend_keyboard_list_url } from '@/store/modules/constants';
import {
backend_keyboards_url,
backend_keyboard_list_url
} from '@/store/modules/constants';
import { getPreferredLayout, getExclusionList } from '@/jquery';
import { localStorageSet, CONSTS } from '@/store/localStorage';

Expand Down

0 comments on commit ccd9f40

Please sign in to comment.