Skip to content

Commit fd988aa

Browse files
drakang4Heeryong Kang
authored and
Heeryong Kang
committed
refactor(popup): index 파일 추출
1 parent bfeda57 commit fd988aa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packages/popup/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from './popup'
2+
export { default } from './popup'

packages/popup/src/popup.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ComponentMeta, ComponentStoryObj } from '@storybook/react'
22
import styled from 'styled-components'
33

4-
import Popup from '.'
4+
import Popup from './popup'
55

66
export default {
77
title: 'popup / Popup',
File renamed without changes.

0 commit comments

Comments
 (0)