Skip to content

Commit

Permalink
add AISearch Page
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Apr 12, 2024
1 parent b2e8bc8 commit 9bc121b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/AISearch.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import {
AiSearchPage,
AISearchPageGetServerSideProps as getServerSideProps,
} from '@gen3/frontend';


export default AiSearchPage;

export { getServerSideProps };

0 comments on commit 9bc121b

Please sign in to comment.