0

I want to use default sanity rich-date plugin in my custom input, but I can’t find the proper import path. I tried:

import DateInput from 'part:@sanity/form-builder/input/rich-date'

and it’s not working. Does anybody knows the right path?

TylerH
  • 20,799
  • 66
  • 75
  • 101

1 Answers1

0
import DateInput from '../../node_modules/@sanity/date-input'