Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Apr 23, 2024
1 parent eb6411d commit 1556a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Head, Partial } from "$fresh/runtime.ts";
import type { AppProps } from "$fresh/server.ts";
import type { PageProps } from "$fresh/server.ts";
import NavigationBar from "@/components/NavigationBar.tsx";
import AudioPlay from "@/components/AudioPlay.tsx";

export default function App({ Component }: AppProps) {
export default function App({ Component }: PageProps) {
return (
<>
<Head>
Expand Down

0 comments on commit 1556a70

Please sign in to comment.