We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac97cd6 commit 7594f25Copy full SHA for 7594f25
server/render.tsx
@@ -1,5 +1,4 @@
1
import express from "express";
2
-import path from "path";
3
import React from "react";
4
import { renderToString } from "react-dom/server";
5
import Loadable from "react-loadable";
server/server.ts
@@ -1,7 +1,6 @@
import path from "path";
-import { start } from "repl";
import serveFavicon from "serve-favicon";
6
import { config } from "./config";
7
0 commit comments