Skip to content

Commit 31ee0ea

Browse files
domoritzdonghaoren
andauthored
Update packages/viewer/src/app/Test.svelte
Co-authored-by: Donghao Ren <[email protected]>
1 parent c766f28 commit 31ee0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/viewer/src/app/Test.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
77
import type { EmbeddingAtlasProps } from "../api.js";
88
import { initializeDatabase } from "../utils/database.js";
9-
import { downloadBuffer } from "../utils/download";
10-
import { exportMosaicSelection, type ExportFormat } from "../utils/mosaic_exporter";
9+
import { downloadBuffer } from "../utils/download.js";
10+
import { exportMosaicSelection, type ExportFormat } from "../utils/mosaic_exporter.js";
1111
import type { DataSource } from "./data_source.js";
1212
1313
export class TestDataSource implements DataSource {

0 commit comments

Comments
 (0)