Skip to content

Commit af2766b

Browse files
authored
Remove unnecessary import
1 parent cf493c7 commit af2766b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ This example is a part of [`demo/`](https://github.com/zeronnia/vue3-notion/demo
119119

120120
```vue
121121
<script setup lang="ts">
122-
import { useNuxtApp } from "#app"
123-
124122
const { $notion } = useNuxtApp()
125123
const { data } = await useAsyncData("notion", () => $notion.getPageBlocks("2e22de6b770e4166be301490f6ffd420"))
126124
</script>

0 commit comments

Comments
 (0)