Skip to content

Commit dba1a83

Browse files
committed
Fix duplicate import for ESLint
1 parent 4a954b0 commit dba1a83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/parse-atts.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

3-
import { keyring, getLang } from '@geolonia/maps-core';
4-
import type { GeoloniaMapOptions } from '@geolonia/maps-core';
3+
import { keyring, getLang, type GeoloniaMapOptions } from '@geolonia/maps-core';
54
import type { EmbedAttributes } from '../types';
65

76
type ParseAttsParams = {

0 commit comments

Comments
 (0)