Fix import formatting in various files

This commit is contained in:
Simon Larsen
2024-02-27 12:43:50 +00:00
parent 5da560f533
commit ac59d9fe2b
10 changed files with 307 additions and 282 deletions

View File

@@ -10,7 +10,7 @@ import Sleep from 'Common/Types/Sleep';
import Typeof from 'Common/Types/Typeof';
import { JSONValue } from 'Common/Types/JSON';
import logger from 'CommonServer/Utils/Logger';
import {ExpressAPIFunctionType} from 'CommonServer/Types/FunctionTypes';
import { ExpressAPIFunctionType } from 'CommonServer/Types/FunctionTypes';
const router: ExpressRouter = Express.getRouter();