chore: Remove commented code 461fa93a
Steve · 2024-12-08 17:33 1 file(s) · +0 −1
src/pages/index.astro +0 −1
5 5
import SocialList from "@/components/SocialList";
6 6
import { sortMDByDate } from "@/utils";
7 7
import { Image } from "astro:assets";
8 -
//import { DecryptingText } from "src/components/DecryptingText";
9 8
import DecryptingHeader from "@/components/DecryptingHeader";
10 9
11 10
const MAX_POSTS = 10;