chore: remove unused vars

This commit is contained in:
Ayo Ayco 2024-08-16 13:33:24 +02:00
parent 10a0b7599a
commit c2c1c1dae2

View file

@ -1,9 +1,7 @@
--- ---
import Layout from "../layouts/Layout.astro"; import Layout from "../layouts/Layout.astro";
import Footer from "../components/Footer.astro"; import Footer from "../components/Footer.astro";
import Posts from "../components/Posts.astro";
const posts = await Astro.glob("./now/and-then/posts/*.astro");
const page = { const page = {
title: 'Ayo\'s Threads', title: 'Ayo\'s Threads',
description: 'Incubator for thoughts before the become a blog' description: 'Incubator for thoughts before the become a blog'