[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

use stable importmap

+8 -6
+8 -6
importmap.json
··· 1 1 { 2 2 "imports": { 3 - "datex-core-legacy": "https://dev.cdn.unyt.org/unyt_core/datex.ts", 4 - "datex-core-legacy/": "https://dev.cdn.unyt.org/unyt_core/", 5 - "uix": "https://dev.cdn.unyt.org/uix1/uix.ts", 6 - "uix/": "https://dev.cdn.unyt.org/uix1/src/", 7 - "uix/jsx-runtime": "https://dev.cdn.unyt.org/uix1/src/jsx-runtime/jsx.ts", 8 - "unyt-tests/": "https://dev.cdn.unyt.org/unyt_tests/" 3 + "datex-core-legacy": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/datex.ts", 4 + "datex-core-legacy/": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/", 5 + "unyt_core": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/datex.ts", 6 + "unyt_core/": "https://cdn.unyt.org/datex-core-js-legacy@0.1.x/", 7 + "uix": "https://cdn.unyt.org/uix@0.2.x/uix.ts", 8 + "uix/": "https://cdn.unyt.org/uix@0.2.x/src/", 9 + "uix/jsx-runtime": "https://cdn.unyt.org/uix@0.2.x/src/jsx-runtime/jsx.ts", 10 + "unyt-tests/": "https://cdn.unyt.org/unyt_tests/" 9 11 } 10 12 }