refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CharactersResponse } from "@/data/dto/character";
|
||||
import { CharactersResponse } from "@/data/schemas/character";
|
||||
|
||||
import { ApiPath } from "./api_path";
|
||||
import { httpClient } from "./http_client";
|
||||
|
||||
Reference in New Issue
Block a user