Rename Layout component to BaseLayout

This commit is contained in:
Maciej Pędzich 2023-01-07 22:18:53 +01:00
parent 01e00a554b
commit 91712b6c03

View File

@ -63,7 +63,7 @@ const metaTagTitle = `${title} - Spotify Playlist Archive`;
</div>
</div>
</header>
<main class="w-full h-full">
<main>
<slot />
</main>
</body>