Skip to content

Commit

Permalink
chore: remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
ElianCodes authored and itsMapleLeaf committed Apr 12, 2024
1 parent 727d422 commit c73fc8f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/ImageGallery.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
import type { HTMLAttributes } from "astro/types"
import { Image } from "astro:assets"
import RightArrowIcon from "~/icons/RightArrowIcon.jsx"
export type Props = HTMLAttributes<"div"> & {
Expand Down
1 change: 0 additions & 1 deletion src/icons/integrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { CollectionEntry } from "astro:content";
import type { JSX } from "solid-js";
import { randomFromArray } from "~/helpers/random.js";
import ApproveUserIcon from "./ApproveUserIcon.jsx";
import CheckCircleIcon from "./CheckCircleIcon.jsx";
Expand Down
1 change: 0 additions & 1 deletion src/pages/themes/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import MainLayout from "~/layouts/MainLayout.astro"
import SubmitTheme from "./_components/SubmitTheme.astro"
import ThemeCard from "./_components/ThemeCard.astro"
import type { ThemeAndAuthor, ThemeCategory, ThemeTool } from "./_types/index.ts"
import type { Theme } from "./_types/index.ts"
export const prerender = false
Expand Down
1 change: 0 additions & 1 deletion src/pages/themes/_components/ThemeCTAs.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
import type { HTMLAttributes } from "astro/types"
import type { CollectionEntry } from "astro:content"
import ExternalLinkIcon from "~/icons/ExternalLinkIcon.jsx"
import type { ThemeAndAuthor } from "../_types/index.ts"
Expand Down

0 comments on commit c73fc8f

Please sign in to comment.