about summary refs log tree commit diff
path: root/src/components/hooks/useWelcomeModal.native.ts
blob: f5bc1aa4ed6ca0d64acf8e3770936f72fd2fb01f (plain) (blame)
1
2
3
export function useWelcomeModal() {
  throw new Error('useWelcomeModal is web only')
}