Skip to content

Commit

Permalink
fix(react-router-dom): import StaticRouter from root package
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 22, 2024
1 parent d32f194 commit 1ea1e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssr/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { StaticRouter } from "react-router-dom/server";
import { StaticRouter } from "react-router-dom";

import { App } from "../client/src/app";
import render from "./render";
Expand Down

0 comments on commit 1ea1e0a

Please sign in to comment.