Skip to content

Commit

Permalink
feat(shared/components): Box 컴포넌트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon committed Mar 7, 2024
1 parent acd7b2a commit 8a3f268
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/shared/components/src/Box.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { favolink } from '@favolink/system';

const Box = favolink('div');

export default Box;
1 change: 1 addition & 0 deletions packages/shared/components/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable @stylistic/padding-line-between-statements, react-refresh/only-export-components */
export * from '@favolink/hooks';
export * from '@favolink/system';
export { default as Box } from './Box';
export { default as Button } from './Button';
export { default as Heading } from './Heading';
export { default as Modal } from './Modal';
Expand Down

0 comments on commit 8a3f268

Please sign in to comment.