Skip to content

Commit

Permalink
Merge pull request #643 from bcgov/sam-student-profile
Browse files Browse the repository at this point in the history
fix import on student profile for access store
  • Loading branch information
suzalflueck authored Oct 22, 2024
2 parents b0b3286 + a024c75 commit 163b9d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@
<script>
// Store Imports
import { useStudentStore } from "../../store/modules/student";
import { useAccessStore } from "../../store/modules/access";
import { mapState, mapActions } from "pinia";
// Component Imports
Expand Down

0 comments on commit 163b9d3

Please sign in to comment.