Skip to content

Commit

Permalink
fix: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Nov 16, 2024
1 parent 845f056 commit fd7b7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Billing/TrialBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script setup>
import LightningIcon from './LightningIcon.vue'
import FeatherIcon from '../FeatherIcon.vue'
import Button from '../Button.vue'
import { Button } from '../Button'
import { createResource } from '../../resources'
import { ref, computed } from 'vue'
Expand Down

0 comments on commit fd7b7a0

Please sign in to comment.