Skip to content

Commit

Permalink
fix Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Heart committed Mar 24, 2024
1 parent b0a24a8 commit 05d9f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/containers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function App() {

interface PageProps {
title: string;
component: React.ReactNode;
component: JSX.Element;
}

function Page({ title, component }: PageProps) {
Expand Down

0 comments on commit 05d9f51

Please sign in to comment.