Skip to content

Commit

Permalink
Switch to relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Sep 3, 2024
1 parent f3393fb commit cc8885d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Components/Assets/AssetImportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import useQuery from "../../Utils/request/useQuery";
import routes from "../../Redux/api";
import { SelectFormField } from "../Form/FormFields/SelectFormField";
import careConfig from "@careConfig";
import request from "src/Utils/request/request";
import request from "../../Utils/request/request";

const ExcelFileDragAndDrop = lazy(
() => import("../Common/ExcelFIleDragAndDrop"),
);
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"noEmit": true,
"jsx": "react-jsx",
"types": ["vite/client", "vite-plugin-pwa/client"],
"baseUrl": ".",
"paths": {
"@careConfig": ["./care.config.ts"]
}
Expand Down

0 comments on commit cc8885d

Please sign in to comment.