Mercurial > code > home > repos > light9
changeset 2164:1d7ccdd7a98e
fix import
author | drewp@bigasterisk.com |
---|---|
date | Thu, 18 May 2023 12:18:05 -0700 |
parents | 32f7064241eb |
children | 87c011a5e99f |
files | light9/ascoltami/Light9AscoltamiUi.ts |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/ascoltami/Light9AscoltamiUi.ts Thu May 18 12:17:31 2023 -0700 +++ b/light9/ascoltami/Light9AscoltamiUi.ts Thu May 18 12:18:05 2023 -0700 @@ -9,7 +9,7 @@ import { getTopGraph } from "../web/RdfdbSyncedGraph"; import { SyncedGraph } from "../web/SyncedGraph"; import { TimingUpdate } from "./main"; -import { showRoot } from "light9/web/show_specific"; +import { showRoot } from "../web/show_specific"; export { Light9TimelineAudio } from "../web/light9-timeline-audio"; export { Light9CursorCanvas } from "../web/Light9CursorCanvas"; export { RdfdbSyncedGraph } from "../web/RdfdbSyncedGraph";