Skip to content

Commit 8dcba94

Browse files
committed
fix(javascript): import type for bundler
1 parent 950bd58 commit 8dcba94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/javascript/clients/algoliasearch/builds/models.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ import type {
9898
Widgets,
9999
} from '@algolia/client-search';
100100
import { apiClientVersion } from '@algolia/client-search';
101-
import {
101+
import type {
102102
Status,
103103
} from '@algolia/client-abtesting';
104-
import {
104+
import type {
105105
EventType,
106106
} from '@algolia/client-personalization';
107107

0 commit comments

Comments
 (0)