project-error / npwd

NPWD is a FiveM phone resource written entirely in TypeScript and React.
https://projecterror.dev
Other
351 stars 275 forks source link

Fix @typings import for onMessage #1058

Closed BackSH00TER closed 1 year ago

BackSH00TER commented 1 year ago

Pull Request Description

The relative path import in onMessage.ts is off. It technically needs to go up one more level '../../../../../typings/messages';. We can also just use the package import @typings/messages.

Before import not found: image After import found: image

Pull Request Checklist: