2023-08-03 09:13:10 +02:00

5 lines
172 B
TypeScript

import { bottle } from './container';
import { createShlinkWebComponent } from './ShlinkWebComponent';
export const ShlinkWebComponent = createShlinkWebComponent(bottle);