Skip to content

Commit 8b901d3

Browse files
committed
test: demo app update
1 parent 795da2d commit 8b901d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-svelte/app/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import App from './App.svelte';
1111
import { install } from '@nativescript-community/ui-persistent-bottomsheet';
1212
install();
1313

14-
import DrawerElement from '@nativescript-community/ui-persistent-bottomsheet/svelte';
15-
DrawerElement.register();
14+
import PBSElement from '@nativescript-community/ui-persistent-bottomsheet/svelte';
15+
PBSElement.register();
1616
import CollectionViewElement from '@nativescript-community/ui-collectionview/svelte';
1717
CollectionViewElement.register();
1818
registerNativeViewElement('cartomap', () => require('@nativescript-community/ui-carto/ui').CartoMap);

0 commit comments

Comments
 (0)