From 59153a7a69bc419e6c7aadcededc3a950e7f6911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 13 Oct 2024 00:00:44 +0200 Subject: [PATCH] style: fix ESLint --- apps/website/app/[locale]/(main)/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/app/[locale]/(main)/blog/page.tsx b/apps/website/app/[locale]/(main)/blog/page.tsx index 44ddbd6..48bcecf 100644 --- a/apps/website/app/[locale]/(main)/blog/page.tsx +++ b/apps/website/app/[locale]/(main)/blog/page.tsx @@ -1,6 +1,6 @@ import { getBlogPosts } from "@repo/blog" import { BlogPosts } from "@repo/blog/BlogPosts" -import { type LocaleProps } from "@repo/i18n/config" +import type { LocaleProps } from "@repo/i18n/config" import { MainLayout } from "@repo/ui/Layout/MainLayout" import { Section,