Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Oct 25, 2023
1 parent a3db4b9 commit 6418cbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { Text } from '../content';
import { css } from '@emotion/react';
import theme from '../theme';
import { Orientation } from '../types/orientation';
import { transparentize } from 'polished';

type Tab = TabPaneProps & {
key: string;
Expand Down
6 changes: 1 addition & 5 deletions src/tooltip/ActionTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ import { PlacementAxis, DOMRef } from '../types';
import { mergeProps } from '@react-aria/utils';
import { TooltipContext } from './context';
import { Text } from '../content';
import {
actionTooltipCSS,
actionTooltipHeaderWrap,
actionTooltipHeaderWrapCSS,
} from './styles';
import { actionTooltipCSS, actionTooltipHeaderWrapCSS } from './styles';

interface ActionTooltipProps extends HTMLProps<HTMLDivElement> {
isOpen?: boolean;
Expand Down

0 comments on commit 6418cbb

Please sign in to comment.