Skip to content

Commit

Permalink
fixed filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiral-Memory committed May 12, 2024
1 parent c1cdbd7 commit cf9286e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/uiKit/blocks/ContextBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { memo, useMemo } from 'react';
import useComponentOverrides from '../../../theme/useComponentOverrides';
import { Box } from '../../Box';

import Item from './ContextBlock.Item';
import Item from './ContextBlockItem';

const ContextBlock = ({ className, block, surfaceRenderer }) => {
const { classNames, styleOverrides } = useComponentOverrides('ContextBlock');
Expand Down

0 comments on commit cf9286e

Please sign in to comment.