Skip to content

Commit 13f733e

Browse files
committed
Fix rebase fail
1 parent 8bb4ec7 commit 13f733e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/examples/components.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ export const Components = {
8080
} else {
8181
await webflow.unregisterComponent(hero);
8282
}
83+
},
84+
8385
getVariants: async () => {
8486
const component = (await webflow.getAllComponents())[0]
8587
const variants = await component.getVariants()

0 commit comments

Comments
 (0)