diff --git a/src/layouts/PlaylistPageSection.astro b/src/layouts/PlaylistPageTab.astro similarity index 100% rename from src/layouts/PlaylistPageSection.astro rename to src/layouts/PlaylistPageTab.astro diff --git a/src/pages/playlists/[playlistId]/snapshots.astro b/src/pages/playlists/[playlistId]/snapshots.astro index 42c66a2..a95be58 100644 --- a/src/pages/playlists/[playlistId]/snapshots.astro +++ b/src/pages/playlists/[playlistId]/snapshots.astro @@ -1,10 +1,10 @@ --- -import PlaylistPageSection from '../../../layouts/PlaylistPageSection.astro'; -import { getPlaylistLayoutProps } from '../../../utils/getPlaylistLayoutProps'; +import PlaylistPageTab from '@/layouts/PlaylistPageTab.astro'; +import { getPlaylistLayoutProps } from '@/utils/getPlaylistLayoutProps'; -const layoutProps = await getPlaylistLayoutProps.call(Astro); +const layoutProps = await getPlaylistLayoutProps(Astro); --- - +

TODO: Implement snapshot calendar

-
+