1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
import type React from "react" |
|||
|
|||
import { Pane } from "evergreen-ui" |
|||
|
|||
export const HelpDialog = (): JSX.Element => { |
|||
return ( |
|||
<Pane></Pane> |
|||
) |
|||
} |
|||
Loading…
Reference in new issue