about summary refs log tree commit diff
path: root/src/alf/util/useGutters.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf/util/useGutters.ts')
-rw-r--r--src/alf/util/useGutters.ts2
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