Changeset - 94d0e596ca39
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 20 months ago 2023-05-24 19:17:34
drewp@bigasterisk.com
fix import
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/web/EditChoice.ts
Show inline comments
 
// see light9/editchoice.py for gtk version
 
import debug from "debug";
 
import { css, html, LitElement } from "lit";
 
import { customElement, property } from "lit/decorators.js";
 
import { NamedNode } from "n3";
 
import { $V, Vector } from "sylvester";
 
export { ResourceDisplay } from "../web/ResourceDisplay";
 
const log = debug("editchoice");
 
const RDFS = "http://www.w3.org/2000/01/rdf-schema#";
 

	
 
function setupDrop(
 
  senseElem: HTMLElement,
0 comments (0 inline, 0 general)