Created
July 9, 2021 10:07
-
-
Save techwizzdom/5e1084fddec8623da8d14461f284a7b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { SET_USER, SET_USER_LOCATION } from './types.js' | |
export default { | |
[SET_USER]() {}, | |
[SET_USER_LOCATION]() {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment