From 53e43a957c2e0f3f020c34653cbf5029ec6dd8bb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 18:38:21 +0300 Subject: run `yarn lint --fix` (#9013) --- src/components/Dialog/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Dialog/utils.ts') diff --git a/src/components/Dialog/utils.ts b/src/components/Dialog/utils.ts index 058d6e804..812e8cca1 100644 --- a/src/components/Dialog/utils.ts +++ b/src/components/Dialog/utils.ts @@ -1,6 +1,6 @@ import React from 'react' -import {DialogControlProps} from '#/components/Dialog/types' +import {type DialogControlProps} from '#/components/Dialog/types' export function useAutoOpen(control: DialogControlProps, showTimeout?: number) { React.useEffect(() => { -- cgit 1.4.1