···1---
2import Base from "/components/Base.astro";
3import Landing from "/components/home/Landing.astro";
4-import NowPlaying from "/components/home/NowPlaying.astro"
5---
67<Base>
···1---
2import Base from "/components/Base.astro";
3import Landing from "/components/home/Landing.astro";
4+import NowPlaying from "/components/playing/NowPlaying.astro"
5---
67<Base>