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.
Checklist
[x] I've read this template
[x] I've checked reviewed this PR myself, ensuring consistency and quality with the rest of the project
[x] I've given a good reason as to why this PR exposes new / removes existing user data
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.Checklist