Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed Aug 25, 2023
1 parent d4014e4 commit b4a3c39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions routes/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AppProps } from "$fresh/server.ts";
import { AppProps } from "$fresh/server.ts"

export default function App({ Component }: AppProps) {
return (
Expand All @@ -12,5 +12,5 @@ export default function App({ Component }: AppProps) {
<Component />
</body>
</html>
);
}
)
}

0 comments on commit b4a3c39

Please sign in to comment.