Skip to content

Commit bb955b4

Browse files
committed
Export Select
1 parent a7fdba1 commit bb955b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/components/src/__tests__/index.browser.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ describe('export', () => {
55
Button: expect.any(Function),
66
Input: expect.any(Function),
77
Stepper: expect.any(Function),
8+
Select: expect.any(Function),
89
})
910
})
1011
})

packages/components/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export { Button } from './components/Button'
22
export { Input } from './components/Input'
3+
export { Select } from './components/Select'
34
export { Stepper } from './components/Stepper'

0 commit comments

Comments
 (0)