|
@@ -3,9 +3,9 @@ import { useState, useEffect } from 'react'
|
|
|
import Taro from '@tarojs/taro'
|
|
import Taro from '@tarojs/taro'
|
|
|
import { useAuth } from '../../hooks'
|
|
import { useAuth } from '../../hooks'
|
|
|
import { cn } from '@d8d/mini-shared-ui-components/utils/cn'
|
|
import { cn } from '@d8d/mini-shared-ui-components/utils/cn'
|
|
|
-import { Button } from '@d8d/mini-shared-ui-components/button'
|
|
|
|
|
-import { Input } from '@d8d/mini-shared-ui-components/input'
|
|
|
|
|
-import { Form, FormField, FormItem, FormControl, FormMessage } from '@d8d/mini-shared-ui-components/form'
|
|
|
|
|
|
|
+import { Button } from '@d8d/mini-shared-ui-components/components/button'
|
|
|
|
|
+import { Input } from '@d8d/mini-shared-ui-components/components/input'
|
|
|
|
|
+import { Form, FormField, FormItem, FormControl, FormMessage } from '@d8d/mini-shared-ui-components/components/form'
|
|
|
import { z } from 'zod'
|
|
import { z } from 'zod'
|
|
|
import { zodResolver } from '@hookform/resolvers/zod'
|
|
import { zodResolver } from '@hookform/resolvers/zod'
|
|
|
import { useForm } from 'react-hook-form'
|
|
import { useForm } from 'react-hook-form'
|