|
1 |
| -import TitleCell from './components/cells/title'; |
2 |
| -import MarkdownCell from './components/cells/markdown'; |
3 |
| -import CodeCell from './components/cells/code'; |
| 1 | +import TitleCell from './components/cells/title.js'; |
| 2 | +import MarkdownCell from './components/cells/markdown.js'; |
| 3 | +import CodeCell from './components/cells/code.js'; |
4 | 4 | export { TitleCell, MarkdownCell, CodeCell };
|
5 | 5 |
|
6 |
| -export * from './components/ui/button'; |
7 |
| -export * from './components/ui/card'; |
8 |
| -export * from './components/ui/collapsible'; |
9 |
| -export * from './components/ui/command'; |
10 |
| -export * from './components/ui/dialog'; |
| 6 | +export * from './components/ui/button.js'; |
| 7 | +export * from './components/ui/card.js'; |
| 8 | +export * from './components/ui/collapsible.js'; |
| 9 | +export * from './components/ui/command.js'; |
| 10 | +export * from './components/ui/dialog.js'; |
11 | 11 | export * from './components/ui/dropdown-menu';
|
12 |
| -export * from './components/ui/heading'; |
13 |
| -export * from './components/ui/input'; |
14 |
| -export * from './components/ui/navigation-menu'; |
15 |
| -export * from './components/ui/popover'; |
16 |
| -export * from './components/ui/resizable'; |
17 |
| -export * from './components/ui/select'; |
18 |
| -export * from './components/ui/sheet'; |
19 |
| -export * from './components/ui/sonner'; |
20 |
| -export * from './components/ui/switch'; |
21 |
| -export * from './components/ui/tabs'; |
22 |
| -export * from './components/ui/textarea'; |
23 |
| -export * from './components/ui/tooltip'; |
| 12 | +export * from './components/ui/heading.js'; |
| 13 | +export * from './components/ui/input.js'; |
| 14 | +export * from './components/ui/navigation-menu.js'; |
| 15 | +export * from './components/ui/popover.js'; |
| 16 | +export * from './components/ui/resizable.js'; |
| 17 | +export * from './components/ui/select.js'; |
| 18 | +export * from './components/ui/sheet.js'; |
| 19 | +export * from './components/ui/sonner.js'; |
| 20 | +export * from './components/ui/switch.js'; |
| 21 | +export * from './components/ui/tabs.js'; |
| 22 | +export * from './components/ui/textarea.js'; |
| 23 | +export * from './components/ui/tooltip.js'; |
24 | 24 | export {
|
25 | 25 | Tabs as UnderlineTabs,
|
26 | 26 | TabsList as UnderlingTabsList,
|
27 | 27 | TabsTrigger as UnderlineTabsTrigger,
|
28 | 28 | TabsContent as UnderlineTabsContent,
|
29 |
| -} from './components/ui/underline-flat-tabs'; |
| 29 | +} from './components/ui/underline-flat-tabs.js'; |
30 | 30 |
|
31 |
| -export * from './lib/utils'; |
| 31 | +export * from './lib/utils.js'; |
0 commit comments