Skip to content

Commit 34ed1ab

Browse files
committed
Move tabular chunked view component to datasets, its not a visualization
1 parent 7a1b889 commit 34ed1ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/src/components/Dataset/DatasetDisplay.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import { withPrefix } from "@/utils/redirect";
1010
import { errorMessageAsString } from "@/utils/simple-error";
1111
import { bytesToString } from "@/utils/utils";
1212
13-
import Alert from "components/Alert.vue";
14-
import LoadingSpan from "components/LoadingSpan.vue";
15-
import TabularChunkedView from "components/Visualizations/Tabular/TabularChunkedView.vue";
13+
import Alert from "@/components/Alert.vue";
14+
import LoadingSpan from "@/components/LoadingSpan.vue";
15+
import TabularChunkedView from "./Tabular/TabularChunkedView.vue";
1616
1717
interface Props {
1818
datasetId: string;

client/src/components/Visualizations/Tabular/TabularChunkedView.vue renamed to client/src/components/Dataset/Tabular/TabularChunkedView.vue

File renamed without changes.

0 commit comments

Comments
 (0)