⌨️ Moved types to an npm module

This commit is contained in:
2021-06-15 21:46:13 -07:00
parent 22a5a84762
commit b801ce7eb3
13 changed files with 51 additions and 146 deletions

View File

@@ -1,5 +0,0 @@
import router from "../router";
import { Request, Response } from "express";
import axios from "axios";
export default router;