fix dependencies

This commit is contained in:
Shawn Erquhart
2018-07-25 08:45:13 -04:00
parent 91a5814079
commit 4a01d2289c
29 changed files with 517 additions and 12 deletions

View File

@ -15,7 +15,6 @@ import {
} from "Reducers/collections";
import { createEntry } from "ValueObjects/Entry";
import { sanitizeSlug } from "Lib/urlHelper";
import BitBucketBackend from "./bitbucket/implementation";
import { registerBackend, getBackend } from 'Lib/registry';
import { Cursor, CURSOR_COMPATIBILITY_SYMBOL } from 'netlify-cms-lib-util';
import { EDITORIAL_WORKFLOW, status } from 'Constants/publishModes';