1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-20 11:07:30 +00:00
cloudtube/html/static/js/channel.js

5 lines
154 B
JavaScript
Raw Normal View History

2020-08-30 13:54:59 +00:00
import {q} from "/static/js/elemjs/elemjs.js"
import {SubscribeButton} from "/static/js/modules/SubscribeButton.js"
2020-08-30 13:54:59 +00:00
new SubscribeButton(q("#subscribe"))