This commit is contained in:
Leandro Facchinetti 2020-03-18 20:29:35 -04:00
parent ed347959f0
commit e3ed4b7fb3
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
import express from "express";
import React from "react";
import fs from "fs";
import ReactDOMServer from "react-dom/server";
import { Builder } from "xml2js";
import fs from "fs";
import cryptoRandomString from "crypto-random-string";
export const webServer = express()