Skip to content

Commit

Permalink
docs: remove unused import from example (#24168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Mulholland authored and manniL committed Dec 11, 2023
1 parent 1316ed9 commit 6c26726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/7.migration/6.pages-and-layouts.md
Expand Up @@ -217,8 +217,6 @@ export default {

```vue [Nuxt 3]
<script setup lang="ts">
const router = useRouter();
function navigate(){
return navigateTo({
path: '/search',
Expand Down

0 comments on commit 6c26726

Please sign in to comment.