mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 21:46:20 +00:00
Extract shlink-web-component outside of src folder
This commit is contained in:
4
shlink-web-component/index.ts
Normal file
4
shlink-web-component/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { bottle } from './container';
|
||||
import { createShlinkWebComponent } from './ShlinkWebComponent';
|
||||
|
||||
export const ShlinkWebComponent = createShlinkWebComponent(bottle);
|
||||
Reference in New Issue
Block a user