Skip to content

Commit

Permalink
change: remove module declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MMMalik committed Apr 23, 2021
1 parent 5f531c5 commit 0e2b953
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions src/types.ts

This file was deleted.

1 change: 1 addition & 0 deletions src/useCKEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

import * as React from 'react';
// @ts-ignore
import { getEditorNamespace } from 'ckeditor4-integrations-common';

const { useState, useEffect } = React;
Expand Down

0 comments on commit 0e2b953

Please sign in to comment.