Personal Site

Add imports (missing from last commit)

vielle.dev c18597e4 9d4f7e4d

verified
+6
+6
src/components/playing/NowPlaying.astro
··· 343 343 </style> 344 344 345 345 <script> 346 + /*********** 347 + * IMPORTS * 348 + ***********/ 349 + 350 + import { isNowPlaying, type nowPlaying } from "./spotify/client"; 351 + 346 352 /************* 347 353 * FUNCTIONS * 348 354 *************/