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 6c2e0ef commit d272409Copy full SHA for d272409
src/fields/viewFields/jsRenderer/ObsidianJsRenderer.ts
@@ -3,7 +3,6 @@ import { Component, TFile } from 'obsidian';
3
import { type API } from 'jsEngine/api/API';
4
import { getJsEnginePluginAPI } from '../../../utils/ObsUtils';
5
import { type JsExecution } from 'jsEngine/engine/JsExecution';
6
-import { type ResultRenderer } from 'jsEngine/engine/ResultRenderer';
7
import { type IJsRenderer } from './IJsRenderer';
8
import { DomHelpers } from '../../../utils/Utils';
9
0 commit comments