Skip to content

Commit

Permalink
chore: lint error check
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Nov 11, 2024
1 parent e51a32c commit 6fd1423
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/indicators/List.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import React from 'react'
import { DefaultSectionList } from '../DefaultSectionList'

export const Component = () => (
<DefaultSectionList />
)
export const Component = () => <DefaultSectionList />

0 comments on commit 6fd1423

Please sign in to comment.