Skip to content

Commit

Permalink
feat: Add thesaurus pages
Browse files Browse the repository at this point in the history
  • Loading branch information
adrMeyn authored and botisSmile committed Sep 29, 2023
1 parent 578b268 commit 1f586e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front/pwa/pages/admin/search/thesaurus/create.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { AdminThesaurusCreate } from '@elastic-suite/gally-admin-components'
export default AdminThesaurusCreate
2 changes: 2 additions & 0 deletions front/pwa/pages/admin/search/thesaurus/edit.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { AdminThesaurusEdit } from '@elastic-suite/gally-admin-components'
export default AdminThesaurusEdit
2 changes: 2 additions & 0 deletions front/pwa/pages/admin/search/thesaurus/grid.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { AdminThesaurusGrid } from '@elastic-suite/gally-admin-components'
export default AdminThesaurusGrid

0 comments on commit 1f586e8

Please sign in to comment.