Do Prepaid Credit Cards Help Build Credit

Cute Blog Designs

pepsi titan campaign behance

:
Minted Holiday Cards
author
farfromrefug
committed
Merge branch 'master' into copilot/fix-out-transition-handling
2 parents Personal Blog Website See My Work Page Design + Pre-Launch Landing Page commit dd8acb7

Do Prepaid Credit Cards Help Build Credit 16 files changed Product Launch Slide Templates

Lines changed: 31 additions & 31 deletions

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Main.ts
6262
```js
6363
import App from './components/App.svelte';
6464

65-
import { svelteNative } from 'svelte-native'
65+
import { svelteNative } from '@nativescript-community/svelte-native'
6666

6767
svelteNative(App, {msg: "Hi from launcher"});
6868
```

demo/app/Nav.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { navigate } from 'svelte-native'
1+
import { navigate } from '@nativescript-community/svelte-native'
22
import { writable } from 'svelte/store'
3-
import RadSideDrawerElement from 'svelte-native-nativescript-ui/sidedrawer';
3+
import RadSideDrawerElement from '@nativescript-community/svelte-native-nativescript-ui/sidedrawer';
44
import { Trace } from '@nativescript/core'
55

66

demo/app/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { svelteNativeNoFrame } from "svelte-native";
2-
import RadSideDrawerElement from "svelte-native-nativescript-ui/sidedrawer"
1+
import { svelteNativeNoFrame } from "@nativescript-community/svelte-native";
2+
import RadSideDrawerElement from "@nativescript-community/svelte-native-nativescript-ui/sidedrawer"
33

44
RadSideDrawerElement.register();
55

demo/app/pages/ListViewPage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<script>
4747
import Header from '../Header.svelte'
4848
import { onMount } from 'svelte'
49-
import { Template } from 'svelte-native/components'
49+
import { Template } from '@nativescript-community/svelte-native/components'
5050
import { ObservableArray } from '@nativescript/core/data/observable-array'
5151
5252
let images = [

demo/app/tests/components/Template.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { Template } from "svelte-native/components"
1+
import { Template } from "@nativescript-community/svelte-native/components"
22
import TemplateHarness from './TemplateHarness.svelte'
3-
import { createElement } from "svelte-native/dom";
3+
import { createElement } from "@nativescript-community/svelte-native/dom";
44
import { Label } from "@nativescript/core/ui";
5-
import { NativeViewElementNode } from "svelte-native/dom";
5+
import { NativeViewElementNode } from "@nativescript-community/svelte-native/dom";
66

77
describe('Template', function () {
88

demo/app/tests/components/TemplateHarness.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<svelte:options accessors={true}/>
22

33
<script>
4-
import { Template } from "svelte-native/components";
4+
import { Template } from "@nativescript-community/svelte-native/components";
55
export let test_subject;
66
</script>
77

demo/app/tests/dom/ListViewMultiTemplate.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</listView>
1111

1212
<script>
13-
import { Template } from 'svelte-native/components'
13+
import { Template } from '@nativescript-community/svelte-native/components'
1414
export let test_subject;
1515
1616
let items = ["item 0", "item 1"]

demo/app/tests/dom/ListViewNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createElement, NativeViewElementNode } from 'svelte-native/dom'
1+
import { createElement, NativeViewElementNode } from '@nativescript-community/svelte-native/dom'
22
import { ListView } from '@nativescript/core/ui/list-view'
33

44
import ListViewMultiTemplate from './ListViewMultiTemplate.svelte'

demo/app/tests/dom/NativeElement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createElement, NativeElementNode, NativeViewElementNode } from 'svelte-native/dom'
1+
import { createElement, NativeElementNode, NativeViewElementNode } from '@nativescript-community/svelte-native/dom'
22
import NativeElementHarness from './NativeElementHarness.svelte'
33
import MountParent from './MountParent.svelte'
44
import MountChild from './MountChild.svelte'

demo/app/tests/dom/PropDirective.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createElement, NativeViewElementNode } from 'svelte-native/dom'
1+
import { createElement, NativeViewElementNode } from '@nativescript-community/svelte-native/dom'
22
import PropDirectiveHarness from './PropDirectiveHarness.svelte'
33
import { Label } from '@nativescript/core/ui';
44
import { StackLayout } from '@nativescript/core/ui';

Food Product Packaging Cute Blog Designs

Comments
 (0)