Skip to content

Commit dea3e65

Browse files
guerlerdavelopez
andcommitted
Update client/src/components/Dataset/DatasetDisplay.vue
Co-authored-by: David López <[email protected]>
1 parent e5edfbc commit dea3e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Dataset/DatasetDisplay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { bytesToString } from "@/utils/utils";
1212
import Alert from "@/components/Alert.vue";
1313
import LoadingSpan from "@/components/LoadingSpan.vue";
1414
import CenterFrame from "@/entry/analysis/modules/CenterFrame.vue";
15-
import TabularChunkedView from "components/Dataset/Tabular/TabularChunkedView.vue";
15+
import TabularChunkedView from "@/components/Dataset/Tabular/TabularChunkedView.vue";
1616
1717
interface Props {
1818
datasetId: string;

0 commit comments

Comments
 (0)