fix(shared): Improper import of context (#18)

This commit is contained in:
uShifty
2025-05-27 03:18:45 -06:00
committed by GitHub
parent 3c405250b0
commit ae640729ca

View File

@@ -1,5 +1,5 @@
import { cache } from '../cache/index'; import { cache } from '../cache/index';
import { context } from 'shared'; import { context } from '../../index';
import { Vector3 } from "@nativewrappers/client"; import { Vector3 } from "@nativewrappers/client";
interface NearbyVehicle { interface NearbyVehicle {