Skip to content

Commit

Permalink
Merge pull request #89 from RENCI/model-select-move
Browse files Browse the repository at this point in the history
Model select code move to trays directory
  • Loading branch information
lstillwe authored Jun 12, 2024
2 parents faa26de + 9c8f100 commit 1e27665
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ module.exports = {
'@content': path.resolve(__dirname, 'src/content/'),
'@context': path.resolve(__dirname, 'src/context/'),
'@dialog': path.resolve(__dirname, 'src/components/dialog'),
'@help-about': path.resolve(__dirname, 'src/components/help-about/'),
'@hooks': path.resolve(__dirname, 'src/hooks/'),
'@images': path.resolve(__dirname, 'src/images/'),
'@model-selection': path.resolve(__dirname, 'src/components/model-selection'),
'@model-selection': path.resolve(__dirname, 'src/components/trays/model-selection'),
'@utils': path.resolve(__dirname, 'src/utils/'),
'@help-about': path.resolve(__dirname, 'src/components/help-about/'),
}
},

Expand Down

0 comments on commit 1e27665

Please sign in to comment.