Changeset - 486cb74f54df
[Not reviewed]
default
1 1 1
drewp@bigasterisk.com - 3 years ago 2022-06-03 06:21:56
drewp@bigasterisk.com
move timeline component for sharing in asco
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/web/light9-timeline-audio.ts
Show inline comments
 
file renamed from light9/web/timeline/light9-timeline-audio.ts to light9/web/light9-timeline-audio.ts
light9/web/timeline/timeline-elements.ts
Show inline comments
 
console.log("hi tl")
 
import { debug } from "debug";
 
import { css, html, LitElement, TemplateResult } from "lit";
 
import { customElement, property } from "lit/decorators.js";
 
export {Light9TimelineAudio} from "../timeline/light9-timeline-audio"
 
export {Light9TimelineAudio} from "../light9-timeline-audio"
 
debug.enable("*");
 
/*
 
 <link rel="import" href="/lib/polymer/polymer.html">
 
<link rel="import" href="/lib/polymer/lib/utils/render-status.html">
 
<link rel="import" href="/lib/iron-resizable-behavior/iron-resizable-behavior.html">
 
<link rel="import" href="/lib/iron-ajax/iron-ajax.html">
 
<link rel="import" href="light9-timeline-audio.html">
 
<link rel="import" href="../rdfdb-synced-graph.html">
 
<link rel="import" href="../light9-music.html">
 
<link rel="import" href="../edit-choice.html">
 
<link rel="import" href="inline-attrs.html">
 
    <script src="/websocket.js"></script>
0 comments (0 inline, 0 general)