Skip to content

Commit

Permalink
fix lint error: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Jun 6, 2024
1 parent 4fb3c0e commit eb8c4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/landing_page/projects_section.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { A, BLOCKQUOTE, CODE, DIV, EM, H2, H3, P, SPAN } from "@fartlabs/htx";
import { A, CODE, DIV, EM, H2, H3, P, SPAN } from "@fartlabs/htx";
import { PageSection } from "#/components/page_section.tsx";

export function ProjectsSection() {
Expand Down

0 comments on commit eb8c4a5

Please sign in to comment.