4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
import PatientRequest, { type PatientRequestProps } from './PatientRequest.vue'
|
|
|
|
export { PatientRequest, type PatientRequestProps }
|