class ProjectsStore extends ReduceStore {
    constructor() {
        super(AppDispatcher);
    }