Skip to content

Commit 9c619d7

Browse files
committed
Clean up code
1 parent d84bc9b commit 9c619d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pages/index.astro

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Button from "../components/Button.astro";
44
import Section from "../components/Section.astro";
55
import Card from "../components/Card.astro";
66
import Label from "../components/Label.astro";
7-
import SkillLayout from "../components/SkillLayout.astro";
87
import PostPreview from "@/components/blog/PostPreview.astro";
98
import PublicationList from "@/components/PublicationList.astro";
109
import { Image } from "astro:assets";
@@ -24,8 +23,6 @@ const interests = [
2423
"AI Safety",
2524
"Riemannian Geometry",
2625
];
27-
const languages = ["Rust", "Gleam", "Python"];
28-
const editors = ["Neovim", "Kitty", "Iosevka"];
2926
3027
const MAX_POSTS = 10;
3128
const allPosts = await getAllPosts();

0 commit comments

Comments
 (0)