Skip to content

Commit

Permalink
fix: build error 잡기!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongbowoon committed Nov 7, 2024
1 parent aa0bdd9 commit 03cce85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/page/dashboard/DashboardPage.style.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { css } from '@emotion/react';

import { scrollStyle } from '@/common/style/scroll';

export const contentBoxStyle = css({
'& > header': { height: '6.1rem' },
'& > div': { marginTop: '0' },
Expand Down
2 changes: 1 addition & 1 deletion src/story/page/dashboard/component/ListItem.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from '@storybook/react';

import ListItem from '@/page/dashboard/component/ListItem/ListItem';
import ListItem from '@/page/dashboard/component/Handover/ListItem/ListItem';

const meta = {
title: 'page/entree/ListItem',
Expand Down

0 comments on commit 03cce85

Please sign in to comment.