Changeset - a7a46291901f
[Not reviewed]
default
2 1 1
drewp@bigasterisk.com - 20 months ago 2023-05-18 02:34:32
drewp@bigasterisk.com
move
3 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/collector/web/Light9CollectorDevice.ts
Show inline comments
 
file renamed from light9/web/collector/Light9CollectorDevice.ts to light9/collector/web/Light9CollectorDevice.ts
 
@@ -2,7 +2,7 @@ import debug from "debug";
 
import { css, html, LitElement } from "lit";
 
import { customElement, property } from "lit/decorators.js";
 
import { NamedNode } from "n3";
 
export { ResourceDisplay } from "../ResourceDisplay";
 
export { ResourceDisplay } from "../../web/ResourceDisplay";
 

	
 
const log = debug("device-el");
 

	
light9/collector/web/Light9CollectorUi.ts
Show inline comments
 
@@ -4,7 +4,7 @@ import { customElement, property } from 
 
import { NamedNode } from "n3";
 
import ReconnectingWebSocket from "reconnectingwebsocket";
 
import { sortBy, uniq } from "underscore";
 
import { Light9CollectorDevice } from "../../web/collector/Light9CollectorDevice";
 
import { Light9CollectorDevice } from "./Light9CollectorDevice";
 
import { Patch } from "../../web/patch";
 
import { getTopGraph } from "../../web/RdfdbSyncedGraph";
 
import { SyncedGraph } from "../../web/SyncedGraph";
light9/web/collector/README.md
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)