chore: remove unused file

This commit is contained in:
Ben Allfree 2023-10-20 02:46:28 -07:00
parent f4be4318c4
commit b1a39e6fe1

View File

@ -1,7 +0,0 @@
import { mkSingleton } from '@pockethost/common'
export const frontendService = mkSingleton(async () => {
return {
shutdown() {},
}
})