diff options
Diffstat (limited to 'src/alf/util/useGutters.ts')
-rw-r--r-- | src/alf/util/useGutters.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |