first blog more written

This commit is contained in:
2026-04-07 21:24:58 -05:00
parent fdbc4b1ed8
commit c2ae195cb8
15 changed files with 180 additions and 107 deletions

View File

@@ -1,7 +1,8 @@
import "./menu.sass";
import {animate, motion} from "framer-motion";
import {useEffect} from "react";
import {ARTICLES, useArticle} from "../articles/ArticleContext";
import {useArticle} from "../articles/ArticleContext";
import {ARTICLES} from "../articles/articles";
const hidden = -999;