Skip to content

Commit

Permalink
Merge pull request #93 from kwansing14:main
Browse files Browse the repository at this point in the history
fix: unsuccessful check in CI due to formatting
  • Loading branch information
jonasmerlin authored Jun 1, 2024
2 parents 7d3387a + 89fc0cf commit 71e7c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export * from "./SEO.astro";
import { Props } from "./SEO.astro";

// @ts-ignore
export type SEOProps = Props;
export type SEOProps = Props;

0 comments on commit 71e7c25

Please sign in to comment.