mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(shared): Improper import of context (#18)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user