Skip to content

Commit

Permalink
rka-19: remove unnecessary async from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
konstrybakov committed Jun 9, 2024
1 parent 152a3dc commit 187c296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Box, Button, Heading, Section } from '@radix-ui/themes'
import Link from 'next/link'
import { JobList } from './job-list'

export default async function Home() {
export default function Home() {
return (
<>
<Section size="2">
Expand Down

0 comments on commit 187c296

Please sign in to comment.