Skip to content

Commit

Permalink
Rebase into fix unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 8, 2024
1 parent 5cffb8a commit f81f96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/HistoryExport/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { BCard, BTab, BTabs } from "bootstrap-vue";
import { useFileSources } from "@/composables/fileSources";
import LoadingSpan from "@/components/LoadingSpan.vue";
import ToLink from "./ToLink.vue";
import ToRemoteFile from "./ToRemoteFile.vue";
import LoadingSpan from "@/components/LoadingSpan.vue";
const { isLoading: initializingFileSources, hasWritable: hasWritableFileSources } = useFileSources();
Expand Down

0 comments on commit f81f96c

Please sign in to comment.