Skip to content

Commit

Permalink
style: lint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Sep 24, 2024
1 parent 040d580 commit 85674dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/StepList/Step.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/** @jsxImportSource @emotion/react */
import type {Meta, StoryObj} from '@storybook/react';

import Step from './Step';
import {MemoryRouter} from 'react-router-dom';

import Step from './Step';

const meta = {
title: 'Components/Step',
component: Step,
Expand Down

0 comments on commit 85674dd

Please sign in to comment.