Skip to content

Commit

Permalink
feat: remove default filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Oct 24, 2024
1 parent 72f5419 commit 2fe3a97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/categoryOptionGroupSets/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 2fe3a97

Please sign in to comment.