Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(NavTitle): remove unused env
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfluckey committed Nov 15, 2023
1 parent bc2beca commit 61f14c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/nav/NavTitle.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup lang="ts">
const { env } = useBuildInfo()
const router = useRouter()
const back = ref<any>('')
Expand Down

0 comments on commit 61f14c3

Please sign in to comment.