Skip to content

Commit

Permalink
fix(typings): incorrect import in index.d.ts (#4962)
Browse files Browse the repository at this point in the history
  • Loading branch information
smashercosmo authored Feb 16, 2021
1 parent 70a5529 commit 10cb14f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/netlify-cms-core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
declare module 'netlify-cms-core' {
import React, { ComponentType } from 'react';
import { List, Map } from 'immutable';
import { FILES, FOLDER } from '../constants/collectionTypes';
import { FILES, FOLDER } from 'netlify-cms-core/src/constants/collectionTypes';

export type CmsBackendType =
| 'azure'
Expand Down

0 comments on commit 10cb14f

Please sign in to comment.