Skip to content

Commit 71e7c25

Browse files
authored
Merge pull request #93 from kwansing14:main
fix: unsuccessful check in CI due to formatting
2 parents 7d3387a + 89fc0cf commit 71e7c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export * from "./SEO.astro";
88
import { Props } from "./SEO.astro";
99

1010
// @ts-ignore
11-
export type SEOProps = Props;
11+
export type SEOProps = Props;

0 commit comments

Comments
 (0)