Skip to content

Commit d052126

Browse files
committed
refactor(react): use correct import
1 parent 5efefe1 commit d052126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/navigation/IonTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { NavContext } from '../../contexts/NavContext';
55
import PageManager from '../../routing/PageManager';
66
import { HTMLElementSSR } from '../../utils/HTMLElementSSR';
77
import { IonRouterOutlet } from '../IonRouterOutlet';
8+
import { IonTab } from '../components';
89
import { IonTabsInner } from '../inner-proxies';
9-
import { IonTab } from '../proxies';
1010

1111
import { IonTabBar } from './IonTabBar';
1212
import type { IonTabsContextState } from './IonTabsContext';

0 commit comments

Comments
 (0)