Skip to content

Instantly share code, notes, and snippets.

@techwizzdom
Created July 9, 2021 10:07
Show Gist options
  • Save techwizzdom/5e1084fddec8623da8d14461f284a7b7 to your computer and use it in GitHub Desktop.
Save techwizzdom/5e1084fddec8623da8d14461f284a7b7 to your computer and use it in GitHub Desktop.
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