Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #148 from deriv-com/remove-extra-export-for-info
Browse files Browse the repository at this point in the history
Fasih/Remove extra export for info
  • Loading branch information
habib-deriv authored Mar 18, 2024
2 parents 6b12aee + 0048204 commit ad6fe63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/section-message/information/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,3 @@ export const Information = forwardRef<HTMLDivElement, InformationProps>(
)

Information.displayName = 'Information'

export default Information
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { render, screen } from 'test-utils'
import Information from '.'
import { Information } from '.'

describe('Information', () => {
it('should render title', () => {
Expand Down

0 comments on commit ad6fe63

Please sign in to comment.