Skip to content

Commit 917ecaa

Browse files
fix: include window modules in build output
1 parent c7d6815 commit 917ecaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modules/util/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
export { WINDOW } from './tokens'
22

33
export { IWindowService, WindowService } from './window/window.service'
4+
export { WindowServerModule } from './window/window-server.module'
5+
export { WindowBrowserModule } from './window/window-browser.module'

0 commit comments

Comments
 (0)