From b409dda8cf58c23e1d2d598f4edeb8bcb2108ae0 Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Sat, 9 Dec 2023 09:05:51 +0900 Subject: [PATCH] chore: format --- routes/_app.tsx | 2 +- tailwind.config.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/routes/_app.tsx b/routes/_app.tsx index c52374f..0d0bf49 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -1,4 +1,4 @@ -import { PageProps} from "$fresh/server.ts"; +import { PageProps } from "$fresh/server.ts"; import { Footer } from "@/components/Footer.tsx"; import { Header } from "@/components/Header.tsx"; import { title } from "@/utils/website.ts"; diff --git a/tailwind.config.ts b/tailwind.config.ts index 6cf3830..99dba8f 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -5,4 +5,3 @@ export default { "{routes,islands,components}/**/*.{ts,tsx}", ], } satisfies Config; -