Browse Source

fix build

pull/31/head
Sacha Weatherstone 4 years ago
parent
commit
fb684d1182
  1. 9
      src/components/Dialog/HelpDialog.tsx

9
src/components/Dialog/HelpDialog.tsx

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