Skip to content

Commit

Permalink
Update layout settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Sep 1, 2023
1 parent 3cbb28f commit d78ace1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dist-ssr
config
pages
components
taxa
panels
public
README.md
*.local
Expand Down
11 changes: 4 additions & 7 deletions src/modules/otus/constants/overviewLayout.js
Original file line number Diff line number Diff line change
@@ -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__
Expand Down

0 comments on commit d78ace1

Please sign in to comment.