Skip to content

Commit

Permalink
chore: update import in navbar component & format codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Nov 4, 2024
1 parent d13b7d3 commit 52c9dae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
"prettier-plugin-tailwindcss": "^0.6.8",
"vitest": "^2.1.4"
}
}
}
1 change: 1 addition & 0 deletions playground/components/Ui/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</template>

<script lang="ts" setup>
import { reactiveOmit } from "@vueuse/core";
import { Primitive } from "radix-vue";
import type { PrimitiveProps } from "radix-vue";
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3"
}
}
}

0 comments on commit 52c9dae

Please sign in to comment.