Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lorev101 committed Sep 18, 2024
1 parent 91a131a commit 48e2175
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions js-packages/search-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,6 @@ export const openk9 = new OpenK9({
searchReplaceText: true,
isActiveSkeleton: true,
memoryResults: false,
// example of template
// template: [
// {
// source: "web",
// Template: (props: any) => {
// console.log(props);

// return (
// <>
// <div>paperino</div>
// </>
// );
// },
// },
// {
// source: "document",
// Template: () => (
// <>
// <div>pluto</div>
// </>
// ),
// },
// ],
});

export function App() {
Expand Down

0 comments on commit 48e2175

Please sign in to comment.