We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a954b0 commit dba1a83Copy full SHA for dba1a83
src/lib/parse-atts.ts
@@ -1,7 +1,6 @@
1
'use strict';
2
3
-import { keyring, getLang } from '@geolonia/maps-core';
4
-import type { GeoloniaMapOptions } from '@geolonia/maps-core';
+import { keyring, getLang, type GeoloniaMapOptions } from '@geolonia/maps-core';
5
import type { EmbedAttributes } from '../types';
6
7
type ParseAttsParams = {
0 commit comments