Skip to content

Commit

Permalink
fix: defineProps import
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jan 26, 2024
1 parent 55e5e06 commit 0892e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/Application/src/AppLogo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { computed, defineProps, toRefs, withDefaults } from "vue";
import { computed, toRefs, withDefaults } from "vue";
import { PageConstants, RouterTransitionConstants } from "@celeris/constants";
import { useRouter } from "vue-router";
import { logoImage } from "@celeris/assets";
Expand Down

2 comments on commit 0892e71

@vercel
Copy link

@vercel vercel bot commented on 0892e71 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

celeris-web-api – ./services/admin

celeris-web-api-git-master-kirklin.vercel.app
celeris-web-api-kirklin.vercel.app
celeris-web-api.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0892e71 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

celeris-web – ./apps/admin

celeris-web.vercel.app
celeris-web-git-master-kirklin.vercel.app
celeris-web-kirklin.vercel.app

Please sign in to comment.