We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1b889 commit 34ed1abCopy full SHA for 34ed1ab
client/src/components/Dataset/DatasetDisplay.vue
@@ -10,9 +10,9 @@ import { withPrefix } from "@/utils/redirect";
10
import { errorMessageAsString } from "@/utils/simple-error";
11
import { bytesToString } from "@/utils/utils";
12
13
-import Alert from "components/Alert.vue";
14
-import LoadingSpan from "components/LoadingSpan.vue";
15
-import TabularChunkedView from "components/Visualizations/Tabular/TabularChunkedView.vue";
+import Alert from "@/components/Alert.vue";
+import LoadingSpan from "@/components/LoadingSpan.vue";
+import TabularChunkedView from "./Tabular/TabularChunkedView.vue";
16
17
interface Props {
18
datasetId: string;
…lizations/Tabular/TabularChunkedView.vue …s/Dataset/Tabular/TabularChunkedView.vueclient/src/components/Visualizations/Tabular/TabularChunkedView.vue renamed to client/src/components/Dataset/Tabular/TabularChunkedView.vue
0 commit comments