Skip to content

Commit

Permalink
🚚: moved HistoryDatasetPicker from the libraries to the `Selectio…
Browse files Browse the repository at this point in the history
…nDialog` directory and updated import paths accordingly
  • Loading branch information
itisAliRH committed Sep 13, 2024
1 parent 3125bba commit b728a49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import { useUserStore } from "@/stores/userStore";
import FolderDetails from "@/components/Libraries/LibraryFolder/FolderDetails/FolderDetails.vue";
import LibraryBreadcrumb from "@/components/Libraries/LibraryFolder/LibraryBreadcrumb.vue";
import SearchField from "@/components/Libraries/LibraryFolder/SearchField.vue";
import HistoryDatasetPicker from "@/components/Libraries/LibraryFolder/TopToolbar/HistoryDatasetPicker.vue";
import ProgressBar from "@/components/ProgressBar.vue";
import HistoryDatasetPicker from "@/components/SelectionDialog/HistoryDatasetPicker.vue";
library.add(faBook, faCaretDown, faDownload, faHome, faPlus, faTrash);
Expand Down

0 comments on commit b728a49

Please sign in to comment.