Refactor layout components for improved readability and consistency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { computed, ref, type ComputedRef, type Ref } from 'vue'
|
||||
import { computed, type ComputedRef, ref, type Ref } from 'vue'
|
||||
|
||||
type DialogMode = 'create' | 'edit' | 'view'
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { computed, ref, type ComputedRef, type Ref } from 'vue'
|
||||
import type { StudentRecord } from '@/stores/students'
|
||||
import { computed, type ComputedRef, ref, type Ref } from 'vue'
|
||||
|
||||
interface GradeOption {
|
||||
title: string
|
||||
@@ -225,4 +225,4 @@ export function useStudentMaintenanceForm (options: UseStudentMaintenanceFormOpt
|
||||
}
|
||||
}
|
||||
|
||||
export type { StudentFormState, SaveSummaryItem }
|
||||
export type { SaveSummaryItem, StudentFormState }
|
||||
|
||||
Reference in New Issue
Block a user