Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maija Y committed Oct 10, 2023
1 parent 08fa941 commit 8fbe8be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { css } from "@emotion/css"
import React, { useState } from 'react'

const Page: React.FC<React.PropsWithChildren> = () => {
export default function Page() {
const [a, setA] = useState(1)
const [b, setB] = useState(0)
const [c, setC] = useState(0)
Expand Down Expand Up @@ -106,5 +106,3 @@ const Page: React.FC<React.PropsWithChildren> = () => {
</div>
)
}

export default Page

0 comments on commit 8fbe8be

Please sign in to comment.