Skip to content

Commit

Permalink
chore: remove unused ZoomImage import in eslint blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlifton committed Jun 9, 2024
1 parent 1801e09 commit 0087bef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content/blog/eslint-allow-underscore-prefix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ tags: ["eslint", "react", "typescript", "javascript"]

import { Code } from "astro:components";
import { Image } from "astro:assets";
import ZoomImage from "~components/ZoomImage.svelte";
import image1 from "./assets/screenshots/nvim-no-unused-vars2.png";

Ever encounter this error?
Expand Down

0 comments on commit 0087bef

Please sign in to comment.