chore: Remove last bit of removed WebWorker component

This commit is contained in:
Georg Krause 2022-10-30 19:07:39 +01:00
parent 4f610bc0bd
commit f85ce70ff2
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
import { createMessageChannel } from '#/communication'
export default (channel: string) => {
return createMessageChannel(channel)
}