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 c766f28 commit 31ee0eaCopy full SHA for 31ee0ea
packages/viewer/src/app/Test.svelte
@@ -6,8 +6,8 @@
6
7
import type { EmbeddingAtlasProps } from "../api.js";
8
import { initializeDatabase } from "../utils/database.js";
9
- import { downloadBuffer } from "../utils/download";
10
- import { exportMosaicSelection, type ExportFormat } from "../utils/mosaic_exporter";
+ import { downloadBuffer } from "../utils/download.js";
+ import { exportMosaicSelection, type ExportFormat } from "../utils/mosaic_exporter.js";
11
import type { DataSource } from "./data_source.js";
12
13
export class TestDataSource implements DataSource {
0 commit comments