Skip to content

Commit

Permalink
fix(annotations): fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Jul 20, 2024
1 parent 9919d56 commit 73cbc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/ConfigData.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ApiResponses from 'src/enums/ApiResponses'
import ApiResponses from '../enums/ApiResponses'
import { ChannelData, MetaData } from '../models'

export type ConfigData = {
Expand Down

0 comments on commit 73cbc8b

Please sign in to comment.