Skip to content

Commit

Permalink
chore: update import statements in presence.md
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jan 5, 2024
1 parent bed5781 commit 366e768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docs/content/motion/4.api/2.presence.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ icon: i-ph-brackets-curly-duotone
```

# Usage
Import Motion from "motion/vue" and register it with your component.
Import Motion from "@oku-ui/motion" and register it with your component.


```ts
<script setup lang="ts">
import { Motion, Presence } from "motion/vue"
import { Motion, Presence } from "@oku-ui/motion"

const show = ref(true)
</script>
Expand Down Expand Up @@ -80,7 +80,7 @@ By passing a different `key` to multiple children and rendering just one at a ti

```ts
<script setup lang="ts">
import { Motion, Presence } from "motion/vue"
import { Motion, Presence } from "@oku-ui/motion"

const current = ref(0)
</script>
Expand Down

0 comments on commit 366e768

Please sign in to comment.