Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Jun 20, 2023
1 parent 36c9a0c commit d444ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
EuiTitle,
} from '@elastic/eui';
import React, { type FC } from 'react';
import { css } from '@emotion/react/dist/emotion-react.cjs';
import { css } from '@emotion/react';
import { useCurrentThemeVars } from '../../contexts/kibana';

export interface CollapsiblePanelProps {
Expand Down

0 comments on commit d444ca4

Please sign in to comment.