fix: move useMeta.ts to correct composables path #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-usemeta-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The previous commit (
90c7e0c) placeduseMeta.tsinside a nested repo path by mistake:instead of:
This caused
TS2307: Cannot find module ./useMetaand broke the build. This PR moves it to the correct location.Pull request closed