Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatchibombotar committed Feb 15, 2025
1 parent e25578c commit bd14b83
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/data/skills.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
import {
SiJavascript,
SiHtml5,
SiCss3,
SiPython,
SiTypescript,
SiTailwindcss,
SiAstro,
SiSass,
SiGo,
} from "solid-icons/si";
const SolidIcon = "/assets/icon/solidIcon.svg";
const MCIcon = "/assets/icon/minecraft.svg";
const CSSLogo = "/assets/icon/css.svg";

export default [
Expand Down
4 changes: 0 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
import { getEntry } from "astro:content";
import Root from "../layouts/Root.astro";
import { FiLink, FiGithub, FiExternalLink } from "solid-icons/fi";
import skills from "../data/skills";
import postOrder from "../data/post_order";
import projects from "../data/projects";
import Layout from "../layouts/Layout.astro";
import FeedPost from "../components/FeedPost.astro";
Expand Down
1 change: 0 additions & 1 deletion src/pages/minecraft.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
import Layout from "../layouts/Layout.astro";
import SubLayout from "../layouts/SubLayout.astro";
import { formatDate } from "../utils";
Expand Down

0 comments on commit bd14b83

Please sign in to comment.