Skip to content

Commit

Permalink
fix: remove dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
brage-andreas committed Sep 25, 2024
1 parent d25d4c8 commit 8da0508
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ import './less/core.less';

init();
timeOutAlerts();

if (import.meta.env.ENVIRONMENT === 'dev') {
await import('./less/staging_theme.less');
}

0 comments on commit 8da0508

Please sign in to comment.