async function initAuthObserver(store, _router) {
await store.dispatch('fetchMe');
}
export default initAuthObserver;