Add import order sorting rules
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { z, ZodError, type ZodTypeAny } from "zod";
|
||||
import { useCallback, useMemo, useState } from "react";
|
||||
import { z, ZodError, type ZodTypeAny } from "zod";
|
||||
|
||||
export function useStateWithSchema<T extends ZodTypeAny>(
|
||||
schema: T,
|
||||
|
||||
Reference in New Issue
Block a user