chris-visser / meteor-vue-admin

A fully functional Meteor + Vue admin system with Meteor account integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect config `todos store` path

thearabbit opened this issue · comments

In ./src/app/store/index.js

import todos from '../features/todos';
// Should be
import todos from '../features/todos/store';

Thanks!