From e3ed4b7fb33581281bf3a0da3192e7b7d12fe845 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Wed, 18 Mar 2020 20:29:35 -0400 Subject: [PATCH] . --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 4777ef9..74aadb9 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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()