Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 1914ccc

Browse files
committed
feat: export lib of ui
1 parent b88018f commit 1914ccc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/ui/src/calendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import {
5050
isValidTime,
5151
matcherToArray,
5252
timeRegex,
53-
} from './lib/calendar';
53+
} from './lib';
5454
import { Popover, PopoverContent, PopoverTrigger } from './popover';
5555

5656
/* -----------------------------------------------------------------------------

packages/ui/src/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Styles
22
import './styles.css';
33

4+
// Libs
5+
export * from './lib';
6+
47
// Components
58
export * from './email';
69
export * from './accordion';

0 commit comments

Comments
 (0)