- changed local shared types package name
This commit is contained in:
2024-10-28 15:10:00 +00:00
parent 54781d50b2
commit a675114b41
15 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Rpc } from 'rage-fw-rpc'
import { Rpc } from '@entityseven/rage-fw-rpc'
import type {
RageFW_ClientArgs,
+2 -2
View File
@@ -1,5 +1,5 @@
import { Rpc } from 'rage-fw-rpc'
import type { RageFW_ICustomClientEvent } from 'rage-fw-shared-types'
import { Rpc } from '@entityseven/rage-fw-rpc'
import type { RageFW_ICustomClientEvent } from '@entityseven/rage-fw-shared-types'
import {
_CefEventHasArgs,