Skip to content

Commit 3cae4eb

Browse files
author
Jacob Logan
committed
add choose your filter page
1 parent 5218b04 commit 3cae4eb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import ChooseFilterPage from '@/components/ChooseFilterPage';
2+
3+
import { INTEGRATION_FILTER_OPTIONS } from '@/utils/filter-data.ts';
4+
5+
<ChooseFilterPage
6+
directoryPath="/ChooseFilterPage"
7+
address="/lib/graphqlapi/query-data"
8+
filterKind="platform"
9+
filters={['android']}
10+
currentFilter="all"
11+
message={'Choose a platform:'}
12+
/>

0 commit comments

Comments
 (0)