joelbutcher / socialstream

OAuth for Laravel, simplified.
https://docs.socialstream.dev
MIT License
433 stars 66 forks source link

[6.x] Remove import to stop compiler warnings in ConnectedAccount.vue #348

Closed miguilimzero closed 7 months ago

miguilimzero commented 7 months ago

The ConnectedAccount.vue component is currently importing the defineProps. However, the importing is not needed, and the component is giving compiling warnings on fresh installs.

image

Checklist