Skip to content

Commit

Permalink
chore: export を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr committed Oct 17, 2024
1 parent 52cffbe commit 1d70e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
1 change: 1 addition & 0 deletions packages/smarthr-ui/src/components/Table/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export { TdCheckbox } from './TdCheckbox'
export { BulkActionRow } from './BulkActionRow'
export { EmptyTableBody } from './EmptyTableBody'
export { TableReel } from './TableReel'
export { WakuWakuButton } from './WakuWakuButton'
11 changes: 1 addition & 10 deletions packages/smarthr-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,7 @@ export { StatusLabel } from './components/StatusLabel'
export { Base, BaseColumn } from './components/Base'
export * from './components/Icon'
export { SmartHRLogo } from './components/SmartHRLogo'
export {
Table,
TableReel,
Th,
Td,
ThCheckbox,
TdCheckbox,
BulkActionRow,
EmptyTableBody,
} from './components/Table'
export * from './components/Table'
export * from './components/AppNavi'
export { TabBar, TabItem } from './components/TabBar'
export { Heading, PageHeading } from './components/Heading'
Expand Down

0 comments on commit 1d70e40

Please sign in to comment.