about summary refs log tree commit diff
path: root/src/view/com/util/ViewHeader.web.tsx
blob: 8f699eaf51aae0755ad717b09e04bc76e9c43350 (plain) (blame)
1
2
3
4
5
6
7
8
9
import {observer} from 'mobx-react-lite'

export const ViewHeader = observer(function ViewHeader(_opts: {
  title: string
  canGoBack?: boolean
}) {
  // TODO
  return null
})