From 89fc0cf9165a25980bb3f9423c7b8829ad084083 Mon Sep 17 00:00:00 2001 From: kwansing14 Date: Sat, 16 Mar 2024 23:11:10 +0800 Subject: [PATCH] fix: unsuccessful check in CI due to formatting --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5421f4e..4b8c82e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,4 +8,4 @@ export * from "./SEO.astro"; import { Props } from "./SEO.astro"; // @ts-ignore -export type SEOProps = Props; \ No newline at end of file +export type SEOProps = Props;