Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MajedAlaitwniCap committed Jan 24, 2024
1 parent 691629e commit 42743ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/share/DownloadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<script>
import vCustomDialog from "@/components/organisms/vCustomDialog.vue";
import DownloadModalOptionsForm from "../DownloadModalOptionsForm.vue";
import DownloadModalOptionsForm from "@/components/share/DownloadModalOptionsForm.vue";
import { roomModule } from "@/store";
import { ShareTokenBodyParamsParentTypeEnum } from "@/serverApi/v3/api";
import {
Expand Down

0 comments on commit 42743ad

Please sign in to comment.