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; -