Skip to content

Commit 66882a0

Browse files
committed
feat: export backdrop component [LW-10640]
1 parent 1d249be commit 66882a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
dist
1515
node_modules
1616
storybook-static
17+
18+
# Intellij IDEs
19+
.idea

src/design-system/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ export * from './auto-suggest-box';
6464
export * from './table';
6565
export { InfoBar } from './info-bar';
6666
export * from './address-tags';
67+
export * from './backdrop';

0 commit comments

Comments
 (0)