Update to JS SDK 2.0 and shlink-web-component 0.13

This commit is contained in:
Alejandro Celaya
2025-02-11 08:41:29 +01:00
parent db13d43f99
commit d2d9810afd
5 changed files with 47 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
import { FetchHttpClient } from '@shlinkio/shlink-js-sdk/browser';
import { FetchHttpClient } from '@shlinkio/shlink-js-sdk/fetch';
import { ShlinkWebComponent } from '@shlinkio/shlink-web-component';
import type Bottle from 'bottlejs';
import type { ConnectDecorator } from '../../container/types';