Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Nov 6, 2024
1 parent c588289 commit 279f085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useContext, useMemo } from 'react'
import Context, { ContextProps } from '../../shared/Context'
import Context from '../../shared/Context'
import { LOCALE } from '../../shared/defaults'
import { convertJsxToString } from '../../shared/component-helper'
import SharedContext, { InternalLocale } from '../../shared/Context'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

import React from 'react'
import { axeComponent, loadScss } from '../../../core/jest/jestSetup'
import ListFormat, { ListFormatProps } from '../ListFormat'
import { axeComponent } from '../../../core/jest/jestSetup'
import ListFormat from '../ListFormat'
import { Provider } from '../../../shared'

import { render } from '@testing-library/react'
Expand Down

0 comments on commit 279f085

Please sign in to comment.