From 55b8df2fad14485c2ec0a5b1f107c3d7cf4415b0 Mon Sep 17 00:00:00 2001 From: jcamilodev2 <123014168+jcamilodev2@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:01:41 -0500 Subject: [PATCH] change @ for .. --- src/utils/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/theme.ts b/src/utils/theme.ts index e70decb92..10c871ba1 100644 --- a/src/utils/theme.ts +++ b/src/utils/theme.ts @@ -1,5 +1,5 @@ import { Attribute } from './attribute'; -import { DateRangeCell } from '@/utils/date/range'; +import { DateRangeCell } from '../utils/date/range'; import { GlyphRenderer, Glyph,