Skip to content

Commit 3bca9cd

Browse files
committed
refactor: simplify order handling logic and update mock data with type alignment
1 parent 86ccf35 commit 3bca9cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/OrdersTable/OrdersTable.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import OrdersTable from './OrdersTable';
22

3-
import type { StoryObj } from '@storybook/react';
43
import type { components } from '@/lib/endpoints';
4+
import type { StoryObj } from '@storybook/react';
55

66
type OrderDto = components['schemas']['OrderDto'];
77

components/ProjectsTable/ProjectsTable.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ProjectsTable from './ProjectsTable';
22

3-
import type { StoryObj } from '@storybook/react';
43
import type { components } from '@/lib/api';
4+
import type { StoryObj } from '@storybook/react';
55

66
type ProjectDto = components['schemas']['ProjectDto'];
77

0 commit comments

Comments
 (0)