Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Dec 9, 2023
1 parent 295db65 commit b409dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion routes/_app.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ export default {
"{routes,islands,components}/**/*.{ts,tsx}",
],
} satisfies Config;

0 comments on commit b409dda

Please sign in to comment.