fix: Shared pkgs importeren
This commit is contained in:
		
							parent
							
								
									b6e07d28df
								
							
						
					
					
						commit
						9470a4ddf9
					
				
					 95 changed files with 160 additions and 142 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
import { Request, Response } from 'express';
 | 
			
		||||
import { createClass, getAllClasses, getClass, getClassStudents, getClassStudentsIds, getClassTeacherInvitations } from '../services/classes.js';
 | 
			
		||||
 | 
			
		||||
import { ClassDTO } from 'dwengo-1-common/src/interfaces/class';
 | 
			
		||||
import { ClassDTO } from '@dwengo-1/common/interfaces/class';
 | 
			
		||||
 | 
			
		||||
export async function getAllClassesHandler(req: Request, res: Response): Promise<void> {
 | 
			
		||||
    const full = req.query.full === 'true';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue