Skip to content

Commit

Permalink
remove extraneous import
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxsong committed Jan 27, 2025
1 parent d24b912 commit 32c9907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/RegisterFamilyUsers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ import useUserClaimsQuery from '@/composables/queries/useUserClaimsQuery';
import Register from '../components/auth/RegisterParent.vue';
import RegisterStudent from '../components/auth/RegisterChildren.vue';
import ROARLogoShort from '@/assets/RoarLogo-Short.vue';
import { error } from 'vega';
const authStore = useAuthStore();
const initialized = ref(false);
Expand Down

0 comments on commit 32c9907

Please sign in to comment.