Skip to content

Commit

Permalink
Discard changes to src/components/Tabs/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed Apr 26, 2024
1 parent 97552a2 commit 9c5b753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Tabs/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useMemo } from 'react';
import type React from 'react';
import type { IUseTabsProps } from '@zendeskgarden/container-tabs';
import { useTabs } from '@zendeskgarden/container-tabs';

import { useMemo } from 'react';

type Tab<TValue extends string> = {
value: TValue;
Expand Down

0 comments on commit 9c5b753

Please sign in to comment.