Skip to content

Commit

Permalink
fix(lib): types path
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Feb 26, 2024
1 parent b7dcb7b commit 76dfdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { GetTopVehicleStats, GetVehicleData } from 'common/vehicles';

export type * from '../types';
export type * from 'types';

export interface OxCommon {
[key: string]: (...args: any[]) => any;
Expand Down

0 comments on commit 76dfdfb

Please sign in to comment.