Skip to content

Commit

Permalink
add export
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet committed Jun 16, 2024
1 parent a2ad981 commit 127f59c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parts/MainBrowser/MainBrowser.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * as IpcChildWithModuleWorker from '../IpcChildWithModuleWorker/IpcChildWithModuleWorker.ts'
export * as IpcChildWithModuleWorkerAndMessagePort from '../IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.ts'
export * as IpcChildWithWindow from '../IpcChildWithWindow/IpcChildWithWindow.ts'
export * as IpcChildWithMessagePort from '../IpcChildWithMessagePort/IpcChildWithMessagePort.ts'
export * as IpcParentWithModuleWorker from '../IpcParentWithModuleWorker/IpcParentWithModuleWorker.ts'
export * as IpcParentWithWebSocket from '../IpcParentWithWebSocket/IpcParentWithWebSocket.ts'

0 comments on commit 127f59c

Please sign in to comment.