Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Aug 27, 2024
1 parent a3b0197 commit d0f236b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Tab, TabManager, TabState} from '@coveo/headless/ssr';
import {Tab, TabState} from '@coveo/headless/ssr';

interface TabCommonProps {
state: TabState;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use client';

import {TabManager} from '@coveo/headless-react/ssr';
import {
useTabAll,
useTabCountries,
Expand Down

0 comments on commit d0f236b

Please sign in to comment.