Skip to content

Commit b89d2ba

Browse files
committed
Change Drawer export
1 parent fcf7c64 commit b89d2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
DialogTrigger,
2020
DialogContent,
2121
} from './Dialog';
22-
import { Drawer } from './Drawer/Drawer';
22+
import * as Drawer from './Drawer/Drawer';
2323
import * as Dropdown from './Dropdown';
2424
import { Flex } from './Flex';
2525
import {

0 commit comments

Comments
 (0)