From d78ace1704b0a557fd555664ddd382db6236fba7 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Fri, 1 Sep 2023 13:16:24 -0300 Subject: [PATCH] Update layout settings --- .gitignore | 2 +- src/modules/otus/constants/overviewLayout.js | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 4a4beca..52fcb2c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ dist-ssr config pages components -taxa +panels public README.md *.local diff --git a/src/modules/otus/constants/overviewLayout.js b/src/modules/otus/constants/overviewLayout.js index 36e0abc..95a0399 100644 --- a/src/modules/otus/constants/overviewLayout.js +++ b/src/modules/otus/constants/overviewLayout.js @@ -1,11 +1,8 @@ const panelEntries = Object.values( - import.meta.glob( - ['../components/Panel/*/main.js', '#/taxa/overview/panels/*/main.js'], - { - eager: true, - import: 'default' - } - ) + import.meta.glob(['../components/Panel/*/main.js', '#/panels/*/main.js'], { + eager: true, + import: 'default' + }) ) const { taxa_page_overview } = __APP_ENV__