Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodcog committed Aug 26, 2024
1 parent 911114b commit 9ab65aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-components/stories/SplitWindow.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import { CadModelContainer, RevealCanvas, PointCloudContainer, RevealContext } from '../src';
import { CogniteClient } from '@cognite/sdk';
import { Color } from 'three';
import { ReactNode, useState, type ReactElement } from 'react';
import { type ReactNode, useState, type ReactElement } from 'react';
import { WindowWidget } from '../src/components/Widgets/WindowWidget';
import { Button } from '@cognite/cogs.js';

Expand Down

0 comments on commit 9ab65aa

Please sign in to comment.