Skip to content

Commit

Permalink
refactor(infra|data): remove index
Browse files Browse the repository at this point in the history
  • Loading branch information
everton-dgn committed Jan 28, 2024
1 parent dcc2e38 commit e8d885c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/data/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/infra/http/getHttpClient/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { httpClient } from 'libs'

import { errorApi } from 'data'
import { errorApi } from 'data/errorApi'
import { type ErrorApi } from 'data/errorApi/types'

import { type GetHttpClientType } from './types'
Expand Down

0 comments on commit e8d885c

Please sign in to comment.