fix build

This commit is contained in:
Sacha Weatherstone
2022-08-15 18:07:52 -07:00
parent b06bc2d20c
commit fb684d1182

View File

@@ -0,0 +1,9 @@
import type React from "react"
import { Pane } from "evergreen-ui"
export const HelpDialog = (): JSX.Element => {
return (
<Pane></Pane>
)
}