Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmguo committed Oct 5, 2023
1 parent fec5765 commit cb25035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/libs/react-ui/src/components/Grid/Grid.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import classNames from 'classnames';
import type { ResponsiveInputType } from './Grid.css';
import { gapVariants } from './Grid.css';
import type { IGridRootProps } from './GridRoot';
import { ContentClass } from './stories.css';
import { sprinkles } from '@theme/sprinkles.css';

import { Grid } from '@components/Grid';
import type { Meta, StoryObj } from '@storybook/react';
import { sprinkles } from '@theme/sprinkles.css';
import { vars } from '@theme/vars.css';
import classNames from 'classnames';
import React from 'react';

const selectOptions: (keyof typeof vars.sizes | undefined)[] = [
Expand Down

0 comments on commit cb25035

Please sign in to comment.