From 17951c0bc130bdb30dea2e5d7f625df45436e181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sun, 8 Jan 2023 18:18:37 +0100 Subject: [PATCH] Rename PlaylistPageSection to PlaylistPageTab --- ...PlaylistPageSection.astro => PlaylistPageTab.astro} | 0 src/pages/playlists/[playlistId]/snapshots.astro | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename src/layouts/{PlaylistPageSection.astro => PlaylistPageTab.astro} (100%) 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

-
+