mirror of
https://github.com/meshtastic/web.git
synced 2026-05-18 19:25:09 -04:00
fix build
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type React from "react"
|
||||
|
||||
import { Pane } from "evergreen-ui"
|
||||
|
||||
export const HelpDialog = (): JSX.Element => {
|
||||
return (
|
||||
<Pane></Pane>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user