Skip to content

Commit ea167a0

Browse files
committed
Remove RootClose component
1 parent 62fe584 commit ea167a0

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

src/components/RootClose/RootClose.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/components/RootClose/index.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/components/Typeahead/Typeahead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import PropTypes from 'prop-types';
33
import React, { CSSProperties, forwardRef, ReactNode, useState } from 'react';
44

55
import TypeaheadManager from '../../core/TypeaheadManager';
6+
import useRootClose from '../../core/useRootClose';
67
import useTypeahead, { TypeaheadRef } from '../../core/useTypeahead';
78

89
import ClearButton from '../ClearButton';
910
import Loader from '../Loader';
1011
import { useOverlay } from '../Overlay';
11-
import { useRootClose } from '../RootClose';
1212
import Token from '../Token/Token';
1313
import TypeaheadInputMulti from '../TypeaheadInputMulti';
1414
import TypeaheadInputSingle from '../TypeaheadInputSingle';

0 commit comments

Comments
 (0)