fix(typings): incorrect import in index.d.ts (#4962)

This commit is contained in:
Vladislav Shkodin
2021-02-16 18:57:12 +02:00
committed by GitHub
parent 70a5529e9e
commit 10cb14f8d5
2 changed files with 1 additions and 1 deletions

View File

@ -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'