tangled
alpha
login
or
join now
vielle.dev
/
site
0
fork
atom
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Add imports (missing from last commit)
vielle.dev
7 months ago
c18597e4
9d4f7e4d
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+6
1 changed file
expand all
collapse all
unified
split
src
components
playing
NowPlaying.astro
+6
src/components/playing/NowPlaying.astro
···
343
343
</style>
344
344
345
345
<script>
346
346
+
/***********
347
347
+
* IMPORTS *
348
348
+
***********/
349
349
+
350
350
+
import { isNowPlaying, type nowPlaying } from "./spotify/client";
351
351
+
346
352
/*************
347
353
* FUNCTIONS *
348
354
*************/