Skip to content

Commit

Permalink
fixing path import for types
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximaz committed Feb 25, 2024
1 parent e8cc7ed commit 7546682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/CfxPinnedServers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CfxPinnedServersResponse } from "../types/CfxPinnedServers"
import { CfxPinnedServersResponse } from "../types"

export default class CfxPinnedServers {
pinIfEmpty: boolean
Expand Down

0 comments on commit 7546682

Please sign in to comment.