mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
6 lines
253 B
JavaScript
6 lines
253 B
JavaScript
// Import all shell models. We could try to be smart here and only pull in the one's that harvester uses... but there's a lot across a
|
|
// number of stores
|
|
export default function modelLoaderRequire(type) {
|
|
return require(`@shell/models/${ type }`);
|
|
}
|