mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 01:48:32 +02:00
🎨 Use separate import types (#1826)
This commit is contained in:
parent
e94eed373d
commit
f79416e695
22 changed files with 53 additions and 35 deletions
|
@ -21,7 +21,8 @@ import { useTimezone } from "@/features/timezone";
|
|||
import { useTranslation } from "@/i18n/client";
|
||||
|
||||
import { completeSetupAction } from "../actions";
|
||||
import { type SetupFormValues, setupSchema } from "../schema";
|
||||
import type { SetupFormValues } from "../schema";
|
||||
import { setupSchema } from "../schema";
|
||||
|
||||
interface SetupFormProps {
|
||||
defaultValues?: Partial<SetupFormValues>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue