Skip to content

Commit

Permalink
Not used cache key removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Oct 16, 2023
1 parent fbf2ca8 commit 6a2f048
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const useBootstrapComponentDynamicImport = (importFiles, {
throw new Error('Component name is required');
}

const DATA_KEY = 'dynamic_import.' + componentName;

const getJQueryComponentName = () => componentName.charAt(0).toLowerCase() + componentName.slice(1);

const isJQueryEnabled = () => {
Expand Down

0 comments on commit 6a2f048

Please sign in to comment.