Skip to content
Snippets Groups Projects
Commit 0a7bd773 authored by Ivan Alglave's avatar Ivan Alglave
Browse files

fixed broken import

parent a9af4a4f
No related branches found
No related tags found
1 merge request!5Crud internship
import { Document } from 'mongoose';
import { Prop, Schema, SchemaFactory } from '@nestjs/mongoose';
import { Student, StudentSchema } from './Student.schema';
import { Student, StudentSchema } from './student.schema';
import { Company, CompanySchema } from './company.schema';
import { Affectation, AffectationSchema } from './affectation.schema';
import { Compensation, CompensationSchema } from './compensation.schema';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment