Skip to content

Commit

Permalink
Use @ for loading files
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhish committed Oct 27, 2024
1 parent 7598000 commit 72b7861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Files/CameraCaptureDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Webcam from "react-webcam";
import CareIcon from "../../CAREUI/icons/CareIcon";
import DialogModal from "../Common/Dialog";
import ButtonV2, { Submit } from "../Common/components/ButtonV2";
import DialogModal from "@/components/Common/Dialog";
import ButtonV2, { Submit } from "@/components/Common/components/ButtonV2";
import { t } from "i18next";
import { useCallback, useEffect, useRef, useState } from "react";
import useWindowDimensions from "@/common/hooks/useWindowDimensions";
Expand Down

0 comments on commit 72b7861

Please sign in to comment.