Passing Test, routes and config to ts and tsx format.

This commit is contained in:
2022-05-23 15:32:14 +00:00
parent 5fb382832d
commit 1c5117f6d4
7 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
//Dependencies of Server
import express from 'express';
import { config } from '../../config';
import config from '../../config';
import webpack from 'webpack';
import helmet from 'helmet';