From bb2caa2dda879e903732651e6bdbe427f5602dbf Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Sat, 3 Feb 2024 00:47:07 -0600 Subject: [PATCH] Path alias --- src/stories/components/CalendarGrid.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stories/components/CalendarGrid.stories.tsx b/src/stories/components/CalendarGrid.stories.tsx index c567cd95..6d8861b9 100644 --- a/src/stories/components/CalendarGrid.stories.tsx +++ b/src/stories/components/CalendarGrid.stories.tsx @@ -1,6 +1,6 @@ // Calendar.stories.tsx import React from 'react'; -import Calendar from 'src/views/components/common/CalendarGrid/CalendarGrid'; +import Calendar from '@views/components/common/CalendarGrid/CalendarGrid'; import type { Meta, StoryObj } from '@storybook/react'; const meta = {