instaui 0.1.10__py3-none-any.whl → 0.1.12__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,7 +46,7 @@
46
46
 
47
47
  <script type="module">
48
48
  import { createApp } from 'vue'
49
- import installInsta from 'instaui'
49
+ import {install as installInsta} from 'instaui'
50
50
  const True = true;
51
51
  const False = false;
52
52
  const None = undefined;
@@ -43,7 +43,7 @@
43
43
 
44
44
  <script type="module">
45
45
  import { createApp } from 'vue'
46
- import installInsta from 'instaui'
46
+ import {install as installInsta} from 'instaui'
47
47
  const True = true;
48
48
  const False = false;
49
49
  const None = undefined;
@@ -43,7 +43,7 @@
43
43
 
44
44
  <script type="module">
45
45
  import { createApp } from 'vue'
46
- import installInsta from 'instaui'
46
+ import {install as installInsta} from 'instaui'
47
47
  const True = true;
48
48
  const False = false;
49
49
  const None = undefined;