Skip to content

Commit

Permalink
TEST-0009 Add error
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Nov 6, 2024
1 parent 7042a72 commit 8bb8cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/about/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react'
* Renders the About page.
* @returns {React.JSX.Element} The rendered About page. xx
*/
export function Page(): React.JSX.Element {
export function Page(): any {
return (
<>
<h1>About</h1>
Expand Down

0 comments on commit 8bb8cae

Please sign in to comment.