Skip to content

Feat/UI components pt#3 #36

Feat/UI components pt#3

Feat/UI components pt#3 #36

GitHub Actions / Lint failed May 20, 2024 in 0s

Errors 1, Warnings 0

Found 1 errors and 0 warnings

Annotations

Check failure on line 6 in app/entrypoints/renderer/src/app/page.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(react/jsx-no-useless-fragment): Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all.

Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all.
Raw output
  3 | import React from 'react'
  4 |
> 5 | const Page = () => <></>
    |                    ^
  6 |
  7 | export default Page
  8 |