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/alf/util/useGutters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alf/util/useGutters.ts') diff --git a/src/alf/util/useGutters.ts b/src/alf/util/useGutters.ts index 57dd4e80b..265d0f23c 100644 --- a/src/alf/util/useGutters.ts +++ b/src/alf/util/useGutters.ts @@ -1,6 +1,6 @@ import React from 'react' -import {Breakpoint, useBreakpoints} from '#/alf/breakpoints' +import {type Breakpoint, useBreakpoints} from '#/alf/breakpoints' import * as tokens from '#/alf/tokens' type Gutter = 'compact' | 'base' | 'wide' | 0 -- cgit 1.4.1