Skip to content

Commit

Permalink
revert useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathy0208 committed Jul 14, 2023
1 parent 3a6c449 commit ec6567a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
*/

/* @flow strict */
import { createContext, useContext } from 'react';
import type { ReactNode } from 'react';

import { cssModules } from '../../bpk-react-utils';
import BpkText, { TEXT_STYLES } from '../../bpk-component-text';
import BpkText from '../../bpk-component-text';

import STYLES from './BpkSectionHeader.module.scss';

Expand Down

0 comments on commit ec6567a

Please sign in to comment.