Skip to content

Commit 386cb42

Browse files
committed
Fix
1 parent c8f2160 commit 386cb42

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

web/templates/forms/SubscribeForm.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ import { useLocale, useTranslations } from 'next-intl'
66
import { type BaseSyntheticEvent, useId, useState } from 'react'
77
import { Controller, useForm } from 'react-hook-form'
88
import type * as z from 'zod'
9-
import {
10-
type newsletterCategoryLocale,
11-
subscribe,
12-
} from '@/app/_actions/subscription.actions'
9+
import { subscribe } from '@/app/_actions/subscription.actions'
10+
import { type newsletterCategoryLocale} from '@/types/newsLetterTypes'
1311
import { Button } from '@/core/Button'
1412
import { Checkbox } from '@/core/Checkbox/Checkbox'
1513
import { FormMessageBox } from '@/core/Form/FormMessageBox'

0 commit comments

Comments
 (0)