fix(typings): incorrect import in index.d.ts (#4962)
This commit is contained in:
parent
70a5529e9e
commit
10cb14f8d5
2
packages/netlify-cms-core/index.d.ts
vendored
2
packages/netlify-cms-core/index.d.ts
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user