style: fix linting issues met Prettier
This commit is contained in:
parent
9895d22521
commit
ee5f69cbc8
20 changed files with 188 additions and 192 deletions
|
@ -1,8 +1,5 @@
|
|||
import express from "express";
|
||||
import {
|
||||
createStudentRequestHandler, deleteClassJoinRequestHandler,
|
||||
getStudentRequestHandler,
|
||||
} from "../controllers/students";
|
||||
import express from 'express';
|
||||
import { createStudentRequestHandler, deleteClassJoinRequestHandler, getStudentRequestHandler } from '../controllers/students';
|
||||
|
||||
const router = express.Router({ mergeParams: true });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue