Skip to content

Commit

Permalink
refactor(plugin-pwa): add missing import type
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Nov 14, 2021
1 parent 17d0b98 commit ff4ce59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-pwa/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

import {HtmlTags, LoadContext, Plugin} from '@docusaurus/types';
import type {HtmlTags, LoadContext, Plugin} from '@docusaurus/types';
import type {PluginOptions} from '@docusaurus/plugin-pwa';
import {normalizeUrl} from '@docusaurus/utils';
import {compile} from '@docusaurus/core/lib/webpack/utils';
Expand Down

0 comments on commit ff4ce59

Please sign in to comment.