diff --git a/routes/_app.tsx b/routes/_app.tsx index b7b245a..8608c51 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -1,4 +1,4 @@ -import { AppProps } from "$fresh/server.ts"; +import { AppProps } from "$fresh/server.ts" export default function App({ Component }: AppProps) { return ( @@ -12,5 +12,5 @@ export default function App({ Component }: AppProps) { - ); -} \ No newline at end of file + ) +}