Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ElianCodes authored and github-actions[bot] committed May 9, 2024
1 parent bd8377f commit e452891
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/themes/_components/ThemeCTAs.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
import type { HTMLAttributes } from 'astro/types';
import { THEMES_API_URL } from '~/helpers/constants.ts';
import ExternalLinkIcon from '~/icons/ExternalLinkIcon.jsx';
import type { ThemeAndAuthor } from '../_types/index.ts';
export type Props = HTMLAttributes<'div'> & {
theme: ThemeAndAuthor;
import type { HTMLAttributes } from "astro/types";
import { THEMES_API_URL } from "~/helpers/constants.ts";
import ExternalLinkIcon from "~/icons/ExternalLinkIcon.jsx";
import type { ThemeAndAuthor } from "../_types/index.ts";
export type Props = HTMLAttributes<"div"> & {
theme: ThemeAndAuthor;
};
const { theme, class: className, ...attrs } = Astro.props;
Expand Down

0 comments on commit e452891

Please sign in to comment.