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/themes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alf/themes.ts') diff --git a/src/alf/themes.ts b/src/alf/themes.ts index 82b2e1b40..bb3c62c49 100644 --- a/src/alf/themes.ts +++ b/src/alf/themes.ts @@ -1,5 +1,5 @@ import {atoms} from '#/alf/atoms' -import {Palette, Theme} from '#/alf/types' +import {type Palette, type Theme} from '#/alf/types' import { BLUE_HUE, defaultScale, -- cgit 1.4.1