mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-12 15:17:49 -06:00
5 lines
172 B
TypeScript
5 lines
172 B
TypeScript
import { bottle } from './container';
|
|
import { createShlinkWebComponent } from './ShlinkWebComponent';
|
|
|
|
export const ShlinkWebComponent = createShlinkWebComponent(bottle);
|