Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Aug 20, 2024
1 parent 02000ea commit 09e84c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cdn/ck/createCKCdnPremiumBundlePack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
import type { CKCdnResourcesPack } from '../loadCKCdnResourcesPack';
import type { CKCdnBaseBundlePackConfig } from './createCKCdnBaseBundlePack';

import './globals.d';

import { createCKCdnUrl } from './createCKCdnUrl';
import { waitForWindowEntry } from '../../utils/waitForWindowEntry';
import { injectScriptsInParallel } from '../../utils/injectScript';

import './globals.d';

/**
* Creates a pack of resources for the CKEditor Premium Features.
*
Expand Down

0 comments on commit 09e84c8

Please sign in to comment.