Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Jul 3, 2024
1 parent c0f1172 commit 03b5bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/app/[locale]/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ function Search({
</>
);
}

// Exports page behind a feature flag
export default withFeatureFlag(Search, "showSearchV0");

0 comments on commit 03b5bee

Please sign in to comment.